Event.AddAction Method
Include Protected Members
Include Inherited Members
Adds an Action object to the XEvent object.
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 | |
---|---|---|
AddAction(String) | Creates an Action object with the specified name and adds it to the ActionCollection. | |
AddAction(ActionInfo) | Creates an Action object from an ActionInfo object and adds it to the ActionCollection. |
Top