Skip to main content
Version: 3.5

PropertyValueChangedEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void PropertyValueChangedEventHandler(Object sender, PropertyValueChangedEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
ePropertyValueChangedEventArgsA PropertyValueChangedEventArgs that contains the event data.

Fired By

NameDescription
PropertyGrid.PropertyValueChangedFired when a property value changes.