Fires when the window position changes.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public event EventHandler<PositionChangedEventArgs> PositionChanged
Visual Basic
Public Event PositionChanged As EventHandler(Of PositionChangedEventArgs)

See Also