PropertyValueDataErrorEventArgs
Wisej.Web.PropertyValueDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the PropertyValueDataError event of a PropertyGrid control.
Constructors
PropertyValueDataErrorEventArgs(changingItem, exception)
Initializes a new instance of the PropertyValueDataErrorEventArgs class.
Properties
ChangingItem
GridItem: Returns the GridItem that is being changed.
Exception
Exception: Returns the exception that represents the error.
Used By
Name
Description
The event handler class that is invoked when a property in the grid cannot receive the value modified by the user.
Last updated