Class UrlDisplayTextEventArgs
Provides data for the UrlDisplayTextEvent
handler.
public class UrlDisplayTextEventArgs : EventArgs
- Inheritance
-
UrlDisplayTextEventArgs
Constructors
- UrlDisplayTextEventArgs(string, bool)
Initializes a new instance of the
UrlDisplayTextEventArgs
class with specified parameters.
Properties
- DisplayText
Represents the display text for the Url address.
- Handled
Represents a value indicating whether event is handled. By default this value is false.
- Text
Represents the Url address.