Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ActionTypeEnum Enumeration

In This Topic
    ActionTypeEnum Enumeration
    In This Topic
    ActionTypeEnum determines the type of action.
    Syntax
    'Declaration
     
    
    Public Enum ActionTypeEnum 
       Inherits System.Enum
    public enum ActionTypeEnum : System.Enum 
    Members
    MemberDescription
    ExecuteApplicationExecute local application with specified parameters.
    NavigateToUrlOpen specified target in default browser.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Schedule.ActionTypeEnum

    See Also