PerformLocalActionRequestedEventArgs.Action Property

Definition

Gets the requested action associated with a PerformLocalActionRequested event.

public:
 property RemoteDesktopLocalAction Action { RemoteDesktopLocalAction get(); };
RemoteDesktopLocalAction Action();
public RemoteDesktopLocalAction Action { get; }
var remoteDesktopLocalAction = performLocalActionRequestedEventArgs.action;
Public ReadOnly Property Action As RemoteDesktopLocalAction

Property Value

A member of the PerformLocalActionRequestedEventArgs enumeration specifying the requested action.

Applies to