Version

EditedEventArgs Class Members

The following tables list the members exposed by EditedEventArgs.

Public Constructors
 NameDescription
Public ConstructorEditedEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyExceptionProvides a reference to the exception that is thrown during an edit operation. Null if the opertation succeeded.  
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.  
Public PropertyRowIDID of the row the edit event is associated with.  
See Also