PropertyValueFormattingEventHandler

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

sender

The source of the event.

e

A PropertyValueFormattingEventArgs that contains the event data.

Fired By

NameDescription

Fired when the property value is being formatted to be displayed.

Last updated