Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 GiveFeedbackEventArgs _
    ) 
    protected virtual void OnGiveFeedback( 
       GiveFeedbackEventArgs e
    )

    Parameters

    e
    See Also