Skip to main content
Version: 4.1

ConvertEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Base for the specialized convert event handlers.

public class ConvertEventArgs : EventArgs

Constructors​

Instance member ConvertEventArgs(value, desiredType)​

Initializes a new instance of the ConvertEventArgs class.

NameTypeDescription
valueObjectAn Object that contains the value of the current property.
desiredTypeTypeThe Type of the value.

Properties​

Instance member DesiredType​

Type: Returns the data type of the desired value.

Instance member Value​

Object: Returns or sets the value of the ConvertEventArgs.

Used By​

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