Helper method to close a window as if done by the user in order to get the desired Reason code in the window's Unload events.
Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub UserCloseWindow ( _ wrappedWindow As WrappedWindow _ ) |
| C# |
|---|
public void UserCloseWindow ( WrappedWindow wrappedWindow ) |
| C++ |
|---|
public: void UserCloseWindow ( WrappedWindow^ wrappedWindow ) |
Parameters
- wrappedWindow (MDIWindowManager.WrappedWindow)