Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripComboBox Class / OnGiveFeedback Method

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

    Parameters

    giveFeedbackEvent
    See Also