Class HyperTextEventArgs
Provides data for the HyperTextEvent handler.
public class HyperTextEventArgs : EventArgs- Inheritance
- 
      
      
      HyperTextEventArgs
Constructors
- HyperTextEventArgs(string, bool)
- Initializes a new instance of the - HyperTextEventArgsclass with specified Text and HyperText values.
Properties
- IsHyperText
- Returns value indicating whether - HyperTextEventArgs.Textrepresents hypertext.
- Text
- Contains string to check.