Skip to main content
Version: 4.1

PropertyValueDataErrorEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the PropertyValueDataError event of a PropertyGrid control.

public class PropertyValueDataErrorEventArgs : CancelEventArgs

Constructors

Instance member PropertyValueDataErrorEventArgs(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 member ChangingItem

GridItem: Returns the GridItem that is being changed.

Instance member Exception

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.