Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / BindingFormatting Event

In This Topic
    BindingFormatting Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event BindingFormatting As System.Windows.Forms.ConvertEventHandler
    public event System.Windows.Forms.ConvertEventHandler BindingFormatting
    Event Data

    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.

    PropertyDescription
    Gets the data type of the desired value.  
    Gets or sets the value of the System.Windows.Forms.ConvertEventArgs.  
    See Also