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

イベントに関連付けられている操作。

適用対象