HintClickEventArgs Class

T3000 CrossPlatform

HintClickEventArgs Class

[This is preliminary documentation and is subject to change.]

HintClick event args
Inheritance Hierarchy
SystemObject  SystemEventArgs
    FastColoredTextBoxNSHintClickEventArgs

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class HintClickEventArgs : EventArgs
Public Class HintClickEventArgs
	Inherits EventArgs

Dim instance As HintClickEventArgs

The HintClickEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodHintClickEventArgs
Initializes a new instance of the HintClickEventArgs class
Top
Properties
  NameDescription
Public propertyHint
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also