ActiveReports 10
TextInput Event (Viewer)

GrapeCity.ActiveReports.Viewer.Silverlight.v10 Assembly > GrapeCity.ActiveReports Namespace > Viewer Class : TextInput Event
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