| C1.Win.C1Input Namespace > C1TextBox Class : BindingFormatting Event |
'Declaration<C1DescriptionAttribute("Occurs when Value is retrieved from the data source.")> <C1CategoryAttribute("Data")> Public Event BindingFormatting As ConvertEventHandler
'UsageDim instance As C1TextBox Dim handler As ConvertEventHandler AddHandler instance.BindingFormatting, handler
[C1Description("Occurs when Value is retrieved from the data source.")] [C1Category("Data")] public event ConvertEventHandler BindingFormatting
[C1Description("Occurs when Value is retrieved from the data source.")] [C1Category("Data")] public: event ConvertEventHandler^ BindingFormatting
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