ExecutedToolEventHandler 대리자
도구 명령에 대한 Executed 이벤트를 처리할 메서드를 나타냅니다.
네임스페이스: Microsoft.Windows.Design.Interaction
어셈블리: Microsoft.Windows.Design.Interaction(Microsoft.Windows.Design.Interaction.dll)
구문
‘선언
Public Delegate Sub ExecutedToolEventHandler ( _
sender As Object, _
e As ExecutedToolEventArgs _
)
public delegate void ExecutedToolEventHandler(
Object sender,
ExecutedToolEventArgs e
)
public delegate void ExecutedToolEventHandler(
Object^ sender,
ExecutedToolEventArgs^ e
)
type ExecutedToolEventHandler =
delegate of
sender:Object *
e:ExecutedToolEventArgs -> unit
JScript에서는 대리자를 지원하지 않습니다.
매개 변수
- sender
형식: System.Object
이벤트 소스입니다.
- e
형식: Microsoft.Windows.Design.Interaction.ExecutedToolEventArgs
이벤트 데이터를 포함하는 ExecutedToolEventArgs입니다.
참고 항목
참조
Microsoft.Windows.Design.Interaction 네임스페이스