RequestActionEventArgs 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.
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 |