For a list of all members of this type, see UltraDataSource members.
Name | Description | |
---|---|---|
CellDataRequested | Fired when data is requested by a control bound to this UltraDataSource for a particular cell and the UltraDataSource doesn't have the cell value. | |
CellDataUpdated | Fired after a cell's data has been updated. This event occurs after CellDataUpdating event. | |
CellDataUpdating | Fired before a control bound to this UltraDataSource attempts to update a cell's value. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
InitializeDataRow | Fired for every UltraDataRow when it's created. | |
InitializeRowsCollection | Fired for every UltraDataRowsCollection when it's created. | |
PropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) | |
RowAdded | Fired after a control bound to this UltraDataSource adds a new row to the data source. | |
RowAdding | Fired when a control bound to this UltraDataSource attempts to add a new row to the UltraDataSource. | |
RowBeginEdit | RowBeginEdit event is fired when BeginEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called. | |
RowCancelEdit | RowCancelEdit event is fired when CancelEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called. | |
RowDeleted | Fired after a control bound to this UltraDataSource to deletes a row. | |
RowDeleting | Fired when a control bound to this UltraDataSource attempts to delete a row. | |
RowEndEdit | RowEndEdit event is fired when EndEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called. |