Skip to main content
A newer version of this page is available. .

AlertClickEventArgs(AlertInfo, AlertFormCore) Constructor

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

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v19.1.dll

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