Table of Contents

Class UrlJumpEventArgs

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Provides data for the UrlJumpEvent handler.

public class UrlJumpEventArgs : EventArgs
Inheritance
UrlJumpEventArgs

Constructors

UrlJumpEventArgs(string, bool)

Initializes a new instance of the UrlJumpEventArgs class with specified parameters.

Properties

Handled

Represents a value indicating whether jump to url event is handled, disabling opening default browser. By default this value is false.

Text

Represents the Url address.