Version

Search Results

CellDataRequestedEventArgs Constructor

Constructor. Syntax Parameters row The rowcolumn The column Example Following sample code demonstrates commonly used properties and events in UltraDataSource object model. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific informatio...

CellDataRequestedEventHandler Delegate

Delegate for CellDataRequested event. Syntax Parameters sender e Example Following sample code demonstrates commonly used properties and events in UltraDataSource object model. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific infor...

CellDataUpdatedEventArgs Class

Event args for UltraDataSource.CellDataUpdated event. Syntax Example Following code shows some of the information available in CellDataUpdating and CellDataUpdated events and typical usages for these events. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic an...

CellDataUpdatedEventArgs Class Members

Public Constructors Public Properties

Column Property (CellDataUpdatedEventArgs)

Gets the column. Syntax Example Following code shows some of the information available in CellDataUpdating and CellDataUpdated events and typical usages for these events. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific information...

NewValue Property (CellDataUpdatedEventArgs)

New value of the cell. Syntax Example Following code shows some of the information available in CellDataUpdating and CellDataUpdated events and typical usages for these events. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific infor...

Row Property (CellDataUpdatedEventArgs)

Gets the row. Syntax Example Following code shows some of the information available in CellDataUpdating and CellDataUpdated events and typical usages for these events. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific information an...

CellDataUpdatedEventArgs Constructor

Constructor. Syntax Parameters row The rowcolumn The columnnewValue The new value of the cell. Example Following code shows some of the information available in CellDataUpdating and CellDataUpdated events and typical usages for these events. For an overview of how to handle events in Visual Basic or Visual C#, see...

CellDataUpdatedEventHandler Delegate

Delegate for CellDataUpdated event. Syntax Parameters sender e Example Following code shows some of the information available in CellDataUpdating and CellDataUpdated events and typical usages for these events. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic ...