All pages
Powered by GitBook
1 of 1

Loading...

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)
Public Delegate Sub PropertyValueDataErrorEventHandler(ByVal sender As [Object], ByVal e As PropertyValueDataErrorEventArgs)

Parameters

Name
Type
Description

Fired By

Name
Description

sender

Object

The source of the event.

e

PropertyValueDataErrorEventArgs

A PropertyValueDataErrorEventArgs that contains the event data.

PropertyGrid.PropertyValueDataError

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