Freigeben über


AxHost.OnLostFocus-Methode

Dieser Member überschreibt Control.OnLostFocus.

Syntax

'Declaration
Protected Overrides Sub OnLostFocus ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnLostFocus(e)
protected override void OnLostFocus (
    EventArgs e
)
protected:
virtual void OnLostFocus (
    EventArgs^ e
) override
protected void OnLostFocus (
    EventArgs e
)
protected override function OnLostFocus (
    e : EventArgs
)

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

AxHost-Klasse
AxHost-Member
System.Windows.Forms-Namespace