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.
- C#
- VB.NET
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 | Object | The source of the event. |
| e | PropertyValueFormattingEventArgs | A PropertyValueFormattingEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| PropertyGrid.PropertyValueFormatting | Fired when the property value is being formatted to be displayed. |