Skip to main content
Bar

LinkEventArgs(BarItemLink) Constructor

Creates an instance of the LinkEventArgs class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LinkEventArgs(
    BarItemLink link
)

Parameters

Name Type Description
link BarItemLink

A BarItemLink object representing the link associated with the event. This value is assigned to the LinkEventArgs.Link property.

Remarks

When an event that uses a parameter of the LinkEventArgs type is raised, the LinkEventArgs object with proper settings is automatically created and passed to it.

See Also