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