Click or drag to resize
RestApiAuthMgrWpfWindowStateChanged Event
An event that notifies when a window has changed state.

You will need to listen to this event if you need to notify your parent application that you have windows open, such as if you are developing an Office plug-in and need to set the application interactive mode.

bool isWindowOpen;
Globals.ThisAddIn.Application.Interactive = isWindowOpen;

Namespace: Rally.RestApi.UiForWpf
Assembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public event WindowStateChangedEvent WindowStateChanged

Value

Type: Rally.RestApi.UiForWpfWindowStateChangedEvent
See Also