RequestActionEventArgs Members
Event argument for request action event
The following tables list the members exposed by the RequestActionEventArgs type.
Public Constructors
Name | Description | |
---|---|---|
RequestActionEventArgs | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
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 |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
RequestActionEventArgs Class
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.