SimpleEditorView.OnLoseActivation Method

Definition

Notifies the active view that it has lost its active status because the host or another component has become active.

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

Implements

Remarks

By default this method does nothing.

Applies to