DispatcherHookEventArgs(DispatcherOperation) Constructor

Definition

Initializes a new instance of the DispatcherHookEventArgs class.

public:
 DispatcherHookEventArgs(System::Windows::Threading::DispatcherOperation ^ operation);
public DispatcherHookEventArgs (System.Windows.Threading.DispatcherOperation operation);
new System.Windows.Threading.DispatcherHookEventArgs : System.Windows.Threading.DispatcherOperation -> System.Windows.Threading.DispatcherHookEventArgs
Public Sub New (operation As DispatcherOperation)

Parameters

operation
DispatcherOperation

The operation associated with the event.

Applies to