Udostępnij za pośrednictwem


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
public property Action Get the Action name
public property 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.
public property ActionReturnValueObject Used to return a value from DoAction. ActionReturnValue and ActionReturnValueObject properties share the same backing store.
public property 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.
public property DataObject Get or set the Action data. Data and DataObject properties share the same backing store.
public property SessionId Get the Action session
public property TargetApplication Get the Action target

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method 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.