다음을 통해 공유


CanExecuteToolEventHandler 대리자

도구 명령에 대한 CanExecute 이벤트를 처리할 메서드를 나타냅니다.

네임스페이스:  Microsoft.Windows.Design.Interaction
어셈블리:  Microsoft.Windows.Design.Interaction(Microsoft.Windows.Design.Interaction.dll)

구문

‘선언
Public Delegate Sub CanExecuteToolEventHandler ( _
    sender As Object, _
    e As CanExecuteToolEventArgs _
)
public delegate void CanExecuteToolEventHandler(
    Object sender,
    CanExecuteToolEventArgs e
)
public delegate void CanExecuteToolEventHandler(
    Object^ sender, 
    CanExecuteToolEventArgs^ e
)
type CanExecuteToolEventHandler = 
    delegate of 
        sender:Object * 
        e:CanExecuteToolEventArgs -> unit
JScript에서는 대리자를 지원하지 않습니다.

매개 변수

참고 항목

참조

Microsoft.Windows.Design.Interaction 네임스페이스

기타 리소스

WPF Designer 확장성

도구 아키텍처