Skip to main content
Version: 3.5

PropertyValueDataErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the PropertyValueDataError event of a PropertyGrid control.

public class PropertyValueDataErrorEventArgs : CancelEventArgs

Constructors

Instance memberPropertyValueDataErrorEventArgs(changingItem, exception)

Initializes a new instance of the PropertyValueDataErrorEventArgs class.

NameTypeDescription
changingItemGridItemThe item in the grid that caused the data error.
exceptionExceptionThe exception that occurred while writing the property value.

Properties

Instance memberChangingItem

GridItem: Returns the GridItem that is being changed.

Instance memberException

Exception: Returns the exception that represents the error.

Used By

NameDescription
PropertyValueDataErrorEventHandlerThe event handler class that is invoked when a property in the grid cannot receive the value modified by the user.