OpenLinkEventArgs(Object) Constructor
Creates an instance of the OpenLinkEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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