Version

Search Results

ListChanged Event

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...

NotifyListReset Method

Fires ListChanged notification with the ListChanged type of Reset on the IBindingList implementation causing bound controls to refresh themselves by reloading the data. Syntax

ParentRow Property (UltraDataRowsCollection)

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.

Remove(UltraDataRow) Method

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.

Remove(UltraDataRow,Boolean) Method

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...

Remove Method (UltraDataRowsCollection)

Removes the specified row from the collection. If the row doesnt exist in the collection, this method does nothing. Overload List

RemoveAt(Int32) Method

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.

RemoveAt(Int32,Boolean) Method

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 ...

RemoveAt Method (UltraDataRowsCollection)

Removes the row at the specified location. Overload List

ResetCachedValues() Method

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...