Skip to main content
Version: 3.5

ConvertEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void ConvertEventHandler(Object sender, ConvertEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eConvertEventArgsA ConvertEventArgs that contains the event data.

Fired By

NameDescription
TypedTextBox.ParseFired when the control parses the text into the typed Value.
TypedTextBox.FormatFired when the value control formats the typed Value to display it to the user.
Binding.FormatFired when the property of a control is bound to a data value.
Binding.ParseFired when the value of a data-bound control changes.