ActiveReports 10
TextInputStart Event

GrapeCity.ActiveReports.Viewer.Silverlight.v10 Assembly > GrapeCity.ActiveReports Namespace > Viewer Class : TextInputStart Event
Syntax
'Declaration
 
Public Event TextInputStart As TextCompositionEventHandler
public event TextCompositionEventHandler TextInputStart
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