Skip to main content
Version: 3.5

ConvertEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Base for the specialized convert event handlers.

public class ConvertEventArgs : EventArgs

Constructors

Instance memberConvertEventArgs(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 memberDesiredType

Type: Returns the data type of the desired value.

Instance memberValue

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.