Scheduler for WPF | ComponentOne
C1.Schedule Namespace / ActionCollection Class / UpdateAll Method

In This Topic
    UpdateAll Method (ActionCollection)
    In This Topic
    Updates all actions.
    Syntax
    'Declaration
     
    
    Public Sub UpdateAll() 
    public void UpdateAll()
    Remarks
    This method unregisters all wait handles and re-creates them again honoring changes in system time or parent appointment properties.
    See Also