Version

Search Results

RowAddingEventArgs Class

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 ...

RowAddingEventArgs Class Members

Public Constructors Public Properties

Index Property (RowAddingEventArgs)

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 ...

Rows Property (RowAddingEventArgs)

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...

RowAddingEventArgs Constructor

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.

RowAddingEventHandler Delegate

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...

RowBeginEditEventArgs Class

Event args for UltraDataSource.RowBeginEdit event. Syntax

RowBeginEditEventArgs Class Members

Public Constructors Public Properties