Spread Silverlight Documentation
OnTextInput Method (GcSpreadSheet)


The System.Windows.Input.TextCompositionEventArgs that contains the event data.
Invoked when an unhandled System.Windows.Input.TextCompositionManager.TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Syntax
'Declaration
 
Protected Overrides Sub OnTextInput( _
   ByVal e As System.Windows.Input.TextCompositionEventArgs _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim e As System.Windows.Input.TextCompositionEventArgs
 
instance.OnTextInput(e)
protected override void OnTextInput( 
   System.Windows.Input.TextCompositionEventArgs e
)

Parameters

e
The System.Windows.Input.TextCompositionEventArgs that contains the event data.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.