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

In This Topic
    OnGiveFeedback Method (C1ListBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnGiveFeedback( _
       ByVal gfbevent As System.Windows.Forms.GiveFeedbackEventArgs _
    ) 
    protected virtual void OnGiveFeedback( 
       System.Windows.Forms.GiveFeedbackEventArgs gfbevent
    )

    Parameters

    gfbevent
    See Also