| C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1TextBox Class : BindingParsing Event |
'Declaration Public Event BindingParsing As System.Windows.Forms.ConvertEventHandler
public event System.Windows.Forms.ConvertEventHandler BindingParsing
The event handler receives an argument of type System.Windows.Forms.ConvertEventArgs containing data related to this event. The following ConvertEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DesiredType | Gets the data type of the desired value. |
| Value | Gets or sets the value of the System.Windows.Forms.ConvertEventArgs. |