Event args for UltraDataSource.CellDataUpdating 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 a...
Public Constructors Public Properties
Public Properties
Specifies whether to cache the data. Default value is true. Set this to false if you want to prevent the UltraDataSource from keeping the data. If there is some existing data thats cached for the column, it will be cleared. CellDataRequested event will be fired the next time the data for the cell is needed. Syntax...
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...
New value of the cell. You can set this to a different value. 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 ...
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...
Constructor. Syntax Parameters row The rowcolumn The columnnewValue 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 Eve...
Delegate for CellDataUpdating 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...
Identifies groups of UltraDataSource specific events. Syntax Members Member Description AfterEvents After events AllEvents All events BeforeEvents Before events Example Following code shows how to disable an individual event or a group of events.