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

이벤트와 연결된 작업입니다.

적용 대상