Version

UltraDataSource Class Events

For a list of all members of this type, see UltraDataSource members.

Public Events
 NameDescription
Public EventCellDataRequestedFired when data is requested by a control bound to this UltraDataSource for a particular cell and the UltraDataSource doesn't have the cell value.  
Public EventCellDataUpdatedFired after a cell's data has been updated. This event occurs after CellDataUpdating event.  
Public EventCellDataUpdatingFired before a control bound to this UltraDataSource attempts to update a cell's value.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventInitializeDataRowFired for every UltraDataRow when it's created.  
Public EventInitializeRowsCollectionFired for every UltraDataRowsCollection when it's created.  
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventRowAddedFired after a control bound to this UltraDataSource adds a new row to the data source.  
Public EventRowAddingFired when a control bound to this UltraDataSource attempts to add a new row to the UltraDataSource.  
Public EventRowBeginEditRowBeginEdit event is fired when BeginEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called.  
Public EventRowCancelEditRowCancelEdit event is fired when CancelEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called.  
Public EventRowDeletedFired after a control bound to this UltraDataSource to deletes a row.  
Public EventRowDeletingFired when a control bound to this UltraDataSource attempts to delete a row.  
Public EventRowEndEditRowEndEdit event is fired when EndEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called.  
See Also