Version

RowAddedEventArgs Class Members

The following tables list the members exposed by RowAddedEventArgs.

Public Constructors
 NameDescription
Public ConstructorRowAddedEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyExceptionProvides a reference to the exception that is thrown during an edit operation. Null if the opertation succeeded. (Inherited from Infragistics.Web.UI.GridControls.EditedEventArgs)
Public PropertyExceptionHandledIf an exception was thrown during an edit operation this property indicates whether it is handled inside of the event handler or it should be forwarded to the application. Can be set inside of the event handler. (Inherited from Infragistics.Web.UI.GridControls.EditedEventArgs)
Public PropertyRowIDID of the row the edit event is associated with. (Inherited from Infragistics.Web.UI.GridControls.EditedEventArgs)
See Also