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.UiForWpfAssembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public event WindowStateChangedEvent WindowStateChanged
Public Event WindowStateChanged As WindowStateChangedEvent
public:
event WindowStateChangedEvent^ WindowStateChanged {
void add (WindowStateChangedEvent^ value);
void remove (WindowStateChangedEvent^ value);
}
member WindowStateChanged : IEvent<WindowStateChangedEvent,
EventArgs>
Value
Type:
Rally.RestApi.UiForWpfWindowStateChangedEventSee Also