'Declaration Protected Friend Overridable Sub OnGiveFeedback( _ ByVal e As GiveFeedbackEventArgs _ )
'Usage Dim instance As VisualGridElement Dim e As GiveFeedbackEventArgs instance.OnGiveFeedback(e)
protected internal virtual void OnGiveFeedback( GiveFeedbackEventArgs e )
Parameters
- e
- A System.Windows.Forms.GiveFeedbackEventArgs that contains the event data.