ListControlConvertEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the Format event.
- C#
- VB.NET
public class ListControlConvertEventArgs : ConvertEventArgs
Public Class ListControlConvertEventArgs
Inherits ConvertEventArgs
Constructors
ListControlConvertEventArgs(value, desiredType, listItem)
Initializes a new instance of ListControlConvertEventArgs.
| Name | Type | Description |
|---|---|---|
| value | Object | |
| desiredType | Type | |
| listItem | Object |
Properties
ListItem
Object: Item being converted.
Used By
| Name | Description |
|---|---|
| ListControlConvertEventHandler | Represents the method that will handle the ListControlConvert event of a ListView. |