ComponentOne Scheduler for WinForms
ActionTypeEnum Enumeration

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace : ActionTypeEnum Enumeration
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

Reference

C1.C1Schedule Namespace