Assembly: MDIWindowManager (MDIWindowManager)
Syntax
| Visual Basic (Declaration) |
|---|
Public Event WindowDeactivate As EventHandler(Of WrappedWindowEventArgs) |
| C# |
|---|
public event EventHandler<WrappedWindowEventArgs> WindowDeactivate |
| C++ |
|---|
public: event EventHandler<WrappedWindowEventArgs^>^ WindowDeactivate { void add (EventHandler<WrappedWindowEventArgs^>^ value); void remove (EventHandler<WrappedWindowEventArgs^>^ value); } |