ActionEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event arguments for action completion event
public ref class ActionEventArgs : EventArgs
[System.Serializable]
public class ActionEventArgs : EventArgs
[<System.Serializable>]
type ActionEventArgs = class
inherit EventArgs
Public Class ActionEventArgs
Inherits EventArgs
- Inheritance
-
ActionEventArgs
- Attributes
Constructors
ActionEventArgs(Int32, String, String) |
Initializes a new instance of the ActionEventArgs class. |
Properties
Action |
Gets the action name |
ActionID |
Gets the Action ID. |
Data |
Gets the action data |