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

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

    Parameters

    g
    e
    See Also