Table of Contents

Class DropableViewBase

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll
public abstract class DropableViewBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
DropableViewBase
Implements
Derived
Inherited Members

Constructors

DropableViewBase()

protected DropableViewBase()

Properties

AppointmentMove

Gets or sets the appointment move event callback.

[Parameter]
public EventCallback<SchedulerAppointmentMoveEventArgs> AppointmentMove { get; set; }

Property Value

EventCallback<SchedulerAppointmentMoveEventArgs>

The appointment move event callback.

Methods

OnAppointmentDragStart(AppointmentData)

Handles Appointment drag started.

public void OnAppointmentDragStart(AppointmentData data)

Parameters

data AppointmentData

OnDrop(DateTime)

Handles on slot drop.

public Task OnDrop(DateTime slotDate)

Parameters

slotDate DateTime

Returns

Task

Task