Click or drag to resize
WindowStateChangedEvent Delegate
A delegate to indicate that the state of a window has been changed.

Namespace: Rally.RestApi.UiForWpf
Assembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public delegate void WindowStateChangedEvent(
	WindowTypeOption windowType,
	WindowStateOption windowState
)

Parameters

windowType
Type: Rally.RestApi.UiForWpfWindowTypeOption
windowState
Type: Rally.RestApi.UiForWpfWindowStateOption
See Also