ActivatingKeyTipEventHandler 대리자
KeyTipService의 ActivatingKeyTip 연결된 이벤트를 처리하는 메서드를 나타냅니다.
네임스페이스: Microsoft.Windows.Controls
어셈블리: RibbonControlsLibrary(RibbonControlsLibrary.dll)
구문
‘선언
Public Delegate Sub ActivatingKeyTipEventHandler ( _
sender As Object, _
e As ActivatingKeyTipEventArgs _
)
public delegate void ActivatingKeyTipEventHandler(
Object sender,
ActivatingKeyTipEventArgs e
)
public delegate void ActivatingKeyTipEventHandler(
Object^ sender,
ActivatingKeyTipEventArgs^ e
)
type ActivatingKeyTipEventHandler =
delegate of
sender:Object *
e:ActivatingKeyTipEventArgs -> unit
JScript에서는 대리자를 지원하지 않습니다.
매개 변수
- sender
형식: System.Object
이벤트 소스입니다.
- e
형식: Microsoft.Windows.Controls.ActivatingKeyTipEventArgs
이벤트 데이터입니다.