Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / OnLostFocus Method

In This Topic
    OnLostFocus Method (C1Gauge)
    In This Topic
    Raises the LostFocus event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnLostFocus( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnLostFocus( 
       System.EventArgs e
    )

    Parameters

    e
    See Also