Skip to main content

OpenLinkEventArgs(Object) Constructor

Creates an instance of the OpenLinkEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public OpenLinkEventArgs(
    object editValue
)

Parameters

Name Type Description
editValue Object

The value to initialize the OpenLinkEventArgs.EditValue property.

Remarks

The OpenLinkEventArgs object is passed as a parameter to the RepositoryItemHyperLinkEdit.OpenLink event handler.

You do not need to create instances of the OpenLinkEventArgs class. This constrcutor is called internally when the RepositoryItemHyperLinkEdit.OpenLink event is to be fired.

See Also