PropertyValueDataErrorEventArgs

Wisej.Web.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

Initializes a new instance of the PropertyValueDataErrorEventArgs class.

NameTypeDescription

changingItem

The item in the grid that caused the data error.

exception

The exception that occurred while writing the property value.

Properties

GridItem: Returns the GridItem that is being changed.

Exception: Returns the exception that represents the error.

Used By

NameDescription

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

Last updated