ActionEventArgs Class

Definition

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

Applies to