Class SchedulerClipboardEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerClipboardEventArgs : ClipboardEventArgs
Constructors
SchedulerClipboardEventArgs(IEnumerable<IEvent>, Boolean, String, DataObject)
Declaration
public SchedulerClipboardEventArgs(IEnumerable<IEvent> appointments, bool cancel, string format, DataObject dataObject)
Parameters
System.
|
System.
|
System.
|
System.
|
Properties
Appointments
Declaration
public ReadOnlyCollection<IEvent> Appointments { get; }
Property Value
System.
|