EditorControl.OnLoseActivation Method

Definition

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

public:
 override void OnLoseActivation();
public:
 override void OnLoseActivation();
 override void OnLoseActivation();
public override void OnLoseActivation ();
override this.OnLoseActivation : unit -> unit
Public Overrides Sub OnLoseActivation ()

Remarks

By default this method does nothing.

Applies to