PropertyValueDataErrorEventHandler

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

sender

The source of the event.

e

A PropertyValueDataErrorEventArgs that contains the event data.

Fired By

NameDescription

Fired when a property value is being changed but it is incompatible with the new value.

Last updated