Class
SchedulerClipboardEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerClipboardEventArgs : ClipboardEventArgs

Inheritance: objectEventArgsCancelEventArgsClipboardEventArgsSchedulerClipboardEventArgs

Inherited Members ClipboardEventArgs.DataObjectClipboardEventArgs.FormatCancelEventArgs.CancelEventArgs.Empty

Constructors

SchedulerClipboardEventArgs(IEnumerable<IEvent>, bool, string, DataObject)

Declaration

cs-api-definition
public SchedulerClipboardEventArgs(IEnumerable<IEvent> appointments, bool cancel, string format, DataObject dataObject)

Parameters

appointments

IEnumerable<IEvent>

cancel

bool

format

string

dataObject

DataObject

Properties

Appointments

Declaration

cs-api-definition
public ReadOnlyCollection<IEvent> Appointments { get; }

Property Value

ReadOnlyCollection<IEvent>