AlertClickEventArgs(AlertInfo, AlertFormCore) Constructor
Initializes a new instance of the AlertClickEventArgs class with the specified settings.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
info | AlertInfo | A AlertInfo object used to initialize the AlertClickEventArgs.Info property. |
form | DevExpress.XtraBars.Alerter.AlertFormCore | An AlertFormCore object used to initialize the AlertClickEventArgs.AlertForm property. |
See Also