In This Article

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

true if the event is for a move; otherwise, false if the event is for a size.

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:

true if the event is for a move; otherwise, false if the event is for a size.

Inherited Members

Extension Methods