Skip to main content
Version: 3.5

PropertyValueFormattingEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

The event handler class that is invoked when a property in the grid formats the value cell.

public delegate void PropertyValueFormattingEventHandler(Object sender, PropertyValueFormattingEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
ePropertyValueFormattingEventArgsA PropertyValueFormattingEventArgs that contains the event data.

Fired By

NameDescription
PropertyGrid.PropertyValueFormattingFired when the property value is being formatted to be displayed.