Click or drag to resize
RestApiAuthMgrWpf Events

The RestApiAuthMgrWpf type exposes the following members.

Events
  Name Description
Public event 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;
Top
See Also