Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / ResetBindings Method
The System.Boolean value specifying whether the metadata has been changed.

In This Topic
    ResetBindings Method (C1BindingSource)
    In This Topic
    Causes a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values.
    Syntax
    'Declaration
     
    Public Sub ResetBindings( _
       ByVal metadataChanged As System.Boolean _
    ) 
    public void ResetBindings( 
       System.bool metadataChanged
    )

    Parameters

    metadataChanged
    The System.Boolean value specifying whether the metadata has been changed.
    See Also