ListView.AllowLinkChanged Event
In This Article
Occurs when the ListView.AllowLink property is changed.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public event EventHandler AllowLinkChanged
#Event Data
The AllowLinkChanged event's data class is EventArgs.
See Also