ActiveReports 10
TextInputUpdate Event

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