DispatcherHookEventArgs.Operation Property

Definition

Gets the DispatcherOperation associated with this event.

public:
 property System::Windows::Threading::DispatcherOperation ^ Operation { System::Windows::Threading::DispatcherOperation ^ get(); };
public System.Windows.Threading.DispatcherOperation Operation { get; }
member this.Operation : System.Windows.Threading.DispatcherOperation
Public ReadOnly Property Operation As DispatcherOperation

Property Value

The operation.

Applies to