Occurs when this designer host's document is no longer the active document in the environment.
The following declaration shows the syntax for a method that handles the DocumentDeactivate event.
[Visual Basic] Private Sub IDesignerHostName_DocumentDeactivate( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void IDesignerHostName_DocumentDeactivate( object sender, EventArgs e ); [C++] private: void IDesignerHostName_DocumentDeactivate( Object* sender, EventArgs* e ); [JScript] private IDesignerHostName_DocumentDeactivate( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
IDesignerHost Interface | IDesignerHost MembersTopic | System.ComponentModel.Design Namespace