ActiveReports 10
TextInput Event (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : TextInput Event
Occurs when this element gets text in a device-independent manner.
Syntax
'Declaration
 
Public Event TextInput As TextCompositionEventHandler
public event TextCompositionEventHandler TextInput
Event Data

The event handler receives an argument of type TextCompositionEventArgs containing data related to this event. The following TextCompositionEventArgs properties provide information specific to this event.

PropertyDescription
 
(Inherited from System.Windows.RoutedEventArgs)
 
 
See Also