| C1.Win.C1Input Namespace > C1TextBox Class : BindingParsing Event |
'Declaration<C1DescriptionAttribute("Occurs when Value is stored in the data source.")> <C1CategoryAttribute("Data")> Public Event BindingParsing As ConvertEventHandler
'UsageDim instance As C1TextBox Dim handler As ConvertEventHandler AddHandler instance.BindingParsing, handler
[C1Description("Occurs when Value is stored in the data source.")] [C1Category("Data")] public event ConvertEventHandler BindingParsing
[C1Description("Occurs when Value is stored in the data source.")] [C1Category("Data")] public: event ConvertEventHandler^ BindingParsing
The event handler receives an argument of type 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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2