Skip to main content
A newer version of this page is available. .

HyperlinkEditRequestNavigationEventArgs(Object, String) Constructor

Initializes a new instance of the HyperlinkEditRequestNavigationEventArgs class.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public HyperlinkEditRequestNavigationEventArgs(
    object value,
    string navigationUrl
)

Parameters

Name Type Description
value Object

The hyperlink editor’s edit value.

navigationUrl String

The hyperlink editor’s navigation URL.

Remarks

Instances of the HyperlinkEditRequestNavigationEventArgs class are automatically created, initialized, and passed to the corresponding event handlers.

See Also