Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Appointment Class / Action Property

In This Topic
    Action Property (Appointment)
    In This Topic
    Gets an Action object for the Appointment object. Once this property is first requested, a new Action object is created and assigned to the Action property.
    Syntax
    'Declaration
     
    
    Public Property Action As Action
    public Action Action {get; set;}
    Remarks
    The Action object contains information regarding the type of action to perform as well as the command and parameters to pass to the action. If the action object is enabled, the action will be invoked when the start date and time of the owning Appointment object has occurred.
    See Also