Exception Property (C1GridViewDeletedEventArgs)
In This Topic
Gets the exception that was raised during the delete operation.
Syntax
'Declaration
Public ReadOnly Property Exception As System.Exception
public System.Exception Exception {get;}
See Also