Represents the method that handles the UIElement..::.KeyUp and UIElement..::.KeyDown events.
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.