ComponentOne SpellChecker for WPF and Silverlight
PositionChanged Event (C1SpellDialog)

C1.WPF.SpellChecker Namespace > C1SpellDialog Class : PositionChanged Event
Syntax
'Declaration
 
Public Event PositionChanged As EventHandler(Of PositionChangedEventArgs)
public event EventHandler<PositionChangedEventArgs> PositionChanged
Event Data

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

PropertyDescription
 
See Also