AlertButtonClickEventArgs(AlertButton, AlertInfo, AlertFormCore) Constructor
Initializes a new instance of the AlertButtonClickEventArgs class with the specified settings.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public AlertButtonClickEventArgs(
AlertButton button,
AlertInfo info,
AlertFormCore form
)
Parameters
Name | Type | Description |
---|---|---|
button | AlertButton | An AlertButton object used to initialize the AlertButtonClickEventArgs.Button property. |
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