WindowBoundsChangeEventArgs Class
Provides event arguments for a window bounds change event published by WindowChrome.
public class WindowBoundsChangeEventArgs : RoutedEventArgs
- Inheritance:
- System.Object System.EventArgs System.Windows.RoutedEventArgs Object
Constructors
WindowBoundsChangeEventArgs(Boolean, RoutedEvent, Object)
Initializes a new instance of the WindowBoundsChangeEventArgs class.
public WindowBoundsChangeEventArgs(bool isMove, RoutedEvent routedEvent, object source)
| Parameter | Type | Description |
|---|---|---|
| isMove | System.Boolean |
|
| routedEvent | System.Windows.RoutedEvent | The routed event identifier for this event arguments instance. |
| source | System.Object | An alternate source that will be reported when the event is handled. |
Properties
IsMove
Gets or sets a value indicating whether the event is for a move.
public bool IsMove { get; set; }
Property Value
- System.Boolean:
trueif the event is for a move; otherwise,falseif the event is for a size.
Inherited Members
- System.EventArgs.Empty
- System.Object.ToString()
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object, System.Object)
- System.Object.ReferenceEquals(System.Object, System.Object)
- System.Object.GetHashCode()
- System.Object.GetType()
- System.Object.MemberwiseClone()