PropertyValueDataErrorEventArgs
Wisej.Web.PropertyValueDataErrorEventArgs
Last updated
Wisej.Web.PropertyValueDataErrorEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the PropertyValueDataError event of a PropertyGrid control.
Initializes a new instance of the PropertyValueDataErrorEventArgs class.
Name | Type | Description |
---|---|---|
GridItem: Returns the GridItem that is being changed.
Exception: Returns the exception that represents the error.
Name | Description |
---|---|
The event handler class that is invoked when a property in the grid cannot receive the value modified by the user.
changingItem
The item in the grid that caused the data error.
exception
The exception that occurred while writing the property value.