OnGiveFeedback Method (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub OnGiveFeedback( _
ByVal As System.Windows.Forms.GiveFeedbackEventArgs _
)
'Usage
Dim instance As LicenseDialog
Dim gfbevent As System.Windows.Forms.GiveFeedbackEventArgs
instance.OnGiveFeedback(gfbevent)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void OnGiveFeedback(
System.Windows.Forms.GiveFeedbackEventArgs
)
protected procedure OnGiveFeedback(
: System.Windows.Forms.GiveFeedbackEventArgs
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function OnGiveFeedback(
: System.Windows.Forms.GiveFeedbackEventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void OnGiveFeedback(
System.Windows.Forms.GiveFeedbackEventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void OnGiveFeedback(
System.Windows.Forms.GiveFeedbackEventArgs^
)
Parameters
- gfbevent
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also