ConvertEventArgs

Wisej.Web.ConvertEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Base for the specialized convert event handlers.

public class ConvertEventArgs : EventArgs

Constructors

ConvertEventArgs(value, desiredType)

Initializes a new instance of the ConvertEventArgs class.

Name
Type
Description

value

An Objectarrow-up-right that contains the value of the current property.

desiredType

The Typearrow-up-right of the value.

Properties

DesiredType

Typearrow-up-right: Returns the data type of the desired value.

Value

Objectarrow-up-right: Returns or sets the value of the ConvertEventArgs.

Used By

Name
Description

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

Last updated

Was this helpful?