ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1PictureBox Class / BindingParsing Event

In This Topic
    BindingParsing Event (C1PictureBox)
    In This Topic
    Occurs when Image is stored in the data source.
    Syntax
    'Declaration
     
    
    Public Event BindingParsing As ConvertEventHandler
    public event ConvertEventHandler BindingParsing
    Event Data

    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.

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