For the complete documentation index, see llms.txt. This page is also available as Markdown.

PropertyValueFormattingEventHandler

Wisej.Web.PropertyValueFormattingEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.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)
Public Delegate Sub PropertyValueFormattingEventHandler(ByVal sender As [Object], ByVal e As PropertyValueFormattingEventArgs)

Parameters

Name
Type
Description

sender

The source of the event.

Fired By

Name
Description

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

Last updated

Was this helpful?