UCTreeViewItem.OnKeyDown method
Provides handling for the KeyDown event when the TreeViewItem has focus.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnKeyDown ( _
e As KeyEventArgs _
)
'Usage
Dim e As KeyEventArgs
Me.OnKeyDown(e)
protected override void OnKeyDown(
KeyEventArgs e
)
Parameters
e
Type: System.Windows.Input.KeyEventArgsA KeyEventArgs that contains the event data.