ActiveReports 10
PreviewTextInput Event

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : PreviewTextInput Event
Occurs when this element gets text in a device-independent manner.
Syntax
'Declaration
 
Public Event PreviewTextInput As TextCompositionEventHandler
public event TextCompositionEventHandler PreviewTextInput
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