T3000 CrossPlatform Documentation
HintOnClick Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.Hint.OnClick(System.Object,System.EventArgs)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected virtual void OnClick( Object sender, EventArgs e )
Protected Overridable Sub OnClick ( sender As Object, e As EventArgs ) Dim sender As Object Dim e As EventArgs Me.OnClick(sender, e)
Parameters
- sender
- Type: SystemObject
[Missing <param name="sender"/> documentation for "M:FastColoredTextBoxNS.Hint.OnClick(System.Object,System.EventArgs)"]
- e
- Type: SystemEventArgs
[Missing <param name="e"/> documentation for "M:FastColoredTextBoxNS.Hint.OnClick(System.Object,System.EventArgs)"]
See Also