Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentStorage Class / ResetBindings Method
The System.Boolean value specifying whether the metadata has been changed.

In This Topic
    ResetBindings Method (AppointmentStorage)
    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 Boolean _
    ) 
    public void ResetBindings( 
       bool metadataChanged
    )

    Parameters

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