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