View.OnDeactivate(EventArgs) Metoda

Definicja

Deactivate Wywołuje zdarzenie kontrolkiView.

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

Parametry

e
EventArgs

Element EventArgs zawierający dane zdarzenia.

Uwagi

Zdarzenie jest zgłaszane, gdy bieżąca Deactivate aktywna View kontrolka staje się nieaktywna.

Dotyczy

Zobacz też