RestApiAuthMgrWpf Events |
The RestApiAuthMgrWpf type exposes the following members.
Name | Description | |
---|---|---|
WindowStateChanged |
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; |