ClassSchedulerClipboardEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class SchedulerClipboardEventArgs : ClipboardEventArgs
Inheritance: objectEventArgsCancelEventArgsClipboardEventArgsSchedulerClipboardEventArgs
Inherited Members
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
format
dataObject
Properties
Appointments
Declaration
cs-api-definition
public ReadOnlyCollection<IEvent> Appointments { get; }
Property Value