PropertyValueDataErrorEventArgs
Wisej.Web.PropertyValueDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the PropertyValueDataError event of a PropertyGrid control.
public class PropertyValueDataErrorEventArgs : CancelEventArgs
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
Was this helpful?