Skip to main content
Version: 3.5

PropertyValueDataErrorEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void PropertyValueDataErrorEventHandler(Object sender, PropertyValueDataErrorEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
ePropertyValueDataErrorEventArgsA PropertyValueDataErrorEventArgs that contains the event data.

Fired By

NameDescription
PropertyGrid.PropertyValueDataErrorFired when a property value is being changed but it is incompatible with the new value.