SimpleEditorView.Terminate Method

Definition

Called by the component manager when it wishes to terminate the view's registration.

public:
 virtual void Terminate();
public:
 virtual void Terminate();
 virtual void Terminate();
public virtual void Terminate ();
abstract member Terminate : unit -> unit
override this.Terminate : unit -> unit
Public Overridable Sub Terminate ()

Implements

Remarks

When implemented by derived classes, the view should revoke its registration with the component manager, release any references to the component manager, and perform any necessary cleanup.

Applies to