DispatcherHookEventArgs(DispatcherOperation) 建構函式

定義

初始化 DispatcherHookEventArgs 類別的新執行個體。

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)

參數

operation
DispatcherOperation

與事件相關的作業。

適用於