LinkEventArgs(BarItemLink) Constructor
In This Article
Creates an instance of the LinkEventArgs class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public LinkEventArgs(
BarItemLink link
)
#Parameters
Name | Type | Description |
---|---|---|
link | Bar |
A Bar |
#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