ConvertEventArgs

Wisej.Web.ConvertEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Base for the specialized convert event handlers.

public class ConvertEventArgs : EventArgs

Constructors

Initializes a new instance of the ConvertEventArgs class.

NameTypeDescription

value

An Object that contains the value of the current property.

desiredType

The Type of the value.

Properties

Type: Returns the data type of the desired value.

Object: Returns or sets the value of the ConvertEventArgs.

Used By

NameDescription

Represents the method that handles the Parse and Format events of a Binding.

Last updated