Action Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the Action class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Action() | Initializes a new instance of the Action class. | |
Action(Event, ActionInfo) | Initializes a new instance of the Action class from the parent event and an ActionInfo object. | |
Action(Event, String) | Initializes a new instance of the Action class with parent XEvent object and the name in form of eventModuleId.packagename.eventname or packagename.eventname. |
Top