Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class SchedulerClipboardEventArgs : ClipboardEventArgs
Inheritance: objectEventArgsCancelEventArgsClipboardEventArgsSchedulerClipboardEventArgs
Inherited Members
Constructors
C#
public SchedulerClipboardEventArgs(IEnumerable<IEvent> appointments, bool cancel, string format, DataObject dataObject)
Properties
C#
public ReadOnlyCollection<IEvent> Appointments { get; }