IBindingList.ListChanged event implementation. Syntax Event Data The event handler receives an argument of type ListChangedEventArgs containing data related to this event. The following ListChangedEventArgs properties provide information specific to this event.Property Description ListChangedType NewIndex OldIndex...
Fires ListChanged notification with the ListChanged type of Reset on the IBindingList implementation causing bound controls to refresh themselves by reloading the data. Syntax
Gets the parent row. Syntax Example Following code shows various objects in the UltraWinDataSource object model and many of the properties available off those objects and how they are related.
Removes the specified row from the collection. If the row doesnt exist in the collection, this method does nothing. Syntax Parameters row Row to remove from the collection. Example Following code shows various methods and properties available on UltraDataRowsCollection object for manipulating the row collection.
Removes the specified row from the collection. If the row doesnt exist in the collection, this method does nothing. Syntax Parameters row Row to remove from the collection.raiseDeleteEvents Specifies whether to raise RowDeleting and RowDeleted events. Remarks Remove method removes the specified row from the collec...
Removes the specified row from the collection. If the row doesnt exist in the collection, this method does nothing. Overload List
Removes the row at the specified location. Syntax Parameters index The index of the row to remove. Example Following code shows various methods and properties available on UltraDataRowsCollection object for manipulating the row collection.
Removes the row at the specified location. Syntax Parameters index The index of the row to remove.raiseDeleteEvents Specifies whether to raise RowDeleting and RowDeleted events. Remarks RemoveAt method removes the row at the specified location from the collection. If raiseDeleteEvents argument is true,RowDeleting ...
Removes the row at the specified location. Overload List
Clears all cached cell values. This will result in the component raising CellDataRequested event for cells the next time the cell values are needed. Syntax Remarks You can use the UltraDataRowsCollections ResetCachedValues method to clear the cached cell values of a particular row collection. UltraDataRow also exp...