Fires when the window position changes.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public event EventHandler<PositionChangedEventArgs> PositionChanged |
Visual Basic |
---|
Public Event PositionChanged As EventHandler(Of PositionChangedEventArgs) |
XAML Attribute Usage |
---|
<object PositionChanged="EventHandler<PositionChangedEventArgs>" .../> |