Scheduler for WPF | ComponentOne
C1.Schedule Namespace / Appointment Class / InvalidateProperties Method

In This Topic
    InvalidateProperties Method
    In This Topic
    Invalidates appointment properties.
    Syntax
    'Declaration
     
    
    Public Sub InvalidateProperties() 
    public void InvalidateProperties()
    Remarks
    Call this method when alive appointment has been added to the SchedulerStorage component in order to ensure, that Owner, Label, Status, Categories, Contacts and Resources contain valid objects from associated storages.
    See Also