Skip to main content
All docs
V23.2

SchedulerAppointmentTooltipClosingEventArgs(DxSchedulerAppointmentItem) Constructor

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public SchedulerAppointmentTooltipClosingEventArgs(
    DxSchedulerAppointmentItem appointment
)

Parameters

Name Type Description
appointment DxSchedulerAppointmentItem

An appointment whose tooltip is closing.

See Also