SchedulerAppointmentTooltipShowingEventArgs(DxSchedulerAppointmentItem) Constructor
In This Article
Initializes a new instance of the SchedulerAppointmentTooltipShowingEventArgs class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public SchedulerAppointmentTooltipShowingEventArgs(
DxSchedulerAppointmentItem appointment
)
#Parameters
Name | Type | Description |
---|---|---|
appointment | Dx |
An appointment whose tooltip is showing. |
See Also