ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonControlHost Class / OnGiveFeedback Method

In This Topic
    OnGiveFeedback Method (RibbonControlHost)
    In This Topic
    Raises the GiveFeedback event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnGiveFeedback( _
       ByVal e As System.Windows.Forms.GiveFeedbackEventArgs _
    ) 
    protected virtual void OnGiveFeedback( 
       System.Windows.Forms.GiveFeedbackEventArgs e
    )

    Parameters

    e
    See Also