Xceed DataGrid for Silverlight Documentation
OnKeyDown Method (NumericTextBox)


Called when the KeyDown event occurs. 
Syntax
'Declaration
 
Protected Overrides Sub OnKeyDown( _
   ByVal e As KeyEventArgs _
) 
'Usage
 
Dim instance As NumericTextBox
Dim e As KeyEventArgs
 
instance.OnKeyDown(e)
protected override void OnKeyDown( 
   KeyEventArgs e
)

Parameters

e
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

NumericTextBox Class
NumericTextBox Members
Base Implementation in OnKeyDown

Send Feedback