Version

RowAddingEventArgs Class Members

The following tables list the members exposed by RowAddingEventArgs.

Public Constructors
 NameDescription
Public ConstructorRowAddingEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyIndexSpecifies 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.  
Public PropertyRowsGets the rows collection to which the row is being added.  
See Also