RequestActionEventArgs Class

Definition

Event argument for request action event

public ref class RequestActionEventArgs : EventArgs
[System.Serializable]
public class RequestActionEventArgs : EventArgs
[<System.Serializable>]
type RequestActionEventArgs = class
    inherit EventArgs
Public Class RequestActionEventArgs
Inherits EventArgs
Inheritance
RequestActionEventArgs
Attributes

Constructors

RequestActionEventArgs(ApplicationHostWorkItem, String, String, Object)

Create a request to run an action.

RequestActionEventArgs(String, String, Object)

Create a request to run an action.

RequestActionEventArgs(String, String, String, Object)

Create a request to run an action.

Properties

Action

Get the Action name

ActionReturnValue

Used to return a value from DoAction. ActionReturnValue and ActionReturnValueObject properties share the same backing store. Returns the empty string if the underlying value cannot be cast to a string.

ActionReturnValueObject

Used to return a value from DoAction. ActionReturnValue and ActionReturnValueObject properties share the same backing store.

Data

Get or set the Action data. Data and DataObject properties share the same backing store. Returns the empty string if the underlying value cannot be cast to a string.

DataObject

Get or set the Action data. Data and DataObject properties share the same backing store.

SessionId

Get the Action session

TargetApplication

Get the Action target

Applies to