Window.OnDeactivated(EventArgs) Metoda

Definicja

Deactivated Zgłasza zdarzenie.

protected:
 virtual void OnDeactivated(EventArgs ^ e);
protected virtual void OnDeactivated (EventArgs e);
abstract member OnDeactivated : EventArgs -> unit
override this.OnDeactivated : EventArgs -> unit
Protected Overridable Sub OnDeactivated (e As EventArgs)

Parametry

e
EventArgs

Element EventArgs zawierający dane zdarzenia.

Uwagi

OnDeactivatedDeactivated zgłasza zdarzenie.

Typ, który pochodzi z Window , może zastąpić OnDeactivated. W razie Deactivated potrzeby należy wywołać OnDeactivated metodę przesłoniętą w klasie bazowej.

Dotyczy

Zobacz też