ConvertEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Base for the specialized convert event handlers.
- C#
- VB.NET
public class ConvertEventArgs : EventArgs
Public Class ConvertEventArgs
Inherits EventArgs
Constructors
ConvertEventArgs(value, desiredType)
Initializes a new instance of the ConvertEventArgs class.
| Name | Type | Description |
|---|---|---|
| value | Object | An Object that contains the value of the current property. |
| desiredType | Type | The Type of the value. |
Properties
DesiredType
Type: Returns the data type of the desired value.
Value
Object: Returns or sets the value of the ConvertEventArgs.
Used By
| Name | Description |
|---|---|
| ConvertEventHandler | Represents the method that handles the Parse and Format events of a Binding. |