\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Design Namespace / C1ListBehavior Class / OnLoseCapture Method

In This Topic
    OnLoseCapture Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub OnLoseCapture( _
       ByVal g As System.Windows.Forms.Design.Behavior.Glyph, _
       ByVal e As System.EventArgs _
    ) 
    public virtual void OnLoseCapture( 
       System.Windows.Forms.Design.Behavior.Glyph g,
       System.EventArgs e
    )

    Parameters

    g
    e
    See Also