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.Collections.Generic.IEnumerable<IEvent>
appointments
|
System.Boolean
cancel
|
System.String
format
|
System.Windows.Forms.DataObject
dataObject
|
Properties
Appointments
Declaration
public ReadOnlyCollection<IEvent> Appointments { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<IEvent>
|