Namespace:
System.Windows.Input
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public Delegate Sub KeyEventHandler ( _
sender As Object, _
e As KeyEventArgs _
)
Dim instance As New KeyEventHandler(AddressOf HandlerMethod)
public delegate void KeyEventHandler(
Object sender,
KeyEventArgs e
)
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference