Event args for UltraDataSource.RowAdding event. Syntax Example Following code shows some of the information available in RowAdding and RowAdded 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 and code examples ...
Public Constructors Public Properties
Public Properties
Specifies the location in the collection at which to add the new row. You can set this property to a new value to change the location where the new row will get added. Syntax Example Following code shows some of the information available in RowAdding and RowAdded events. For an overview of how to handle events in ...
Gets the rows collection to which the row is being added. Syntax Example Following code shows some of the information available in RowAdding and RowAdded 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 and code...
Constructor. Syntax Parameters rows The rows collection to which the row is being added.index the location in the collection at which to add the new row.
Delegate for RowAdding event. Syntax Parameters sender e Example Following code shows some of the information available in RowAdding and RowAdded 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 and code example...
Event args for UltraDataSource.RowBeginEdit event. Syntax
Public Constructors Public Properties
Public Properties