InvalidRowExceptionEventArgs Constructors
Provides data for the GridControlBase.InvalidRowException event.Name | Parameters | Description |
---|---|---|
InvalidRowExceptionEventArgs(GridControlBase, Int32, String, String, Exception, ExceptionMode) | grid, rowHandle, errorText, windowCaption, exception, exceptionMode | Initializes a new instance of the InvalidRowExceptionEventArgs class. |
See Also