Table of Contents

Constructor UrlJumpEventArgs

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

UrlJumpEventArgs(string, bool)

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

public UrlJumpEventArgs(string text, bool handled)

Parameters

text string

The Url address.

handled bool

Specifies whether jump to url event already handled.