Skip to main content

AlertClickEventArgs(AlertInfo, AlertFormCore) Constructor

Initializes a new instance of the AlertClickEventArgs class with the specified settings.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AlertClickEventArgs(
    AlertInfo info,
    AlertFormCore form
)

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