New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class SchedulerClipboardEventArgs : ClipboardEventArgs

Inheritance: objectEventArgsCancelEventArgsClipboardEventArgsSchedulerClipboardEventArgs

Inherited Members ClipboardEventArgs.DataObjectClipboardEventArgs.FormatCancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public SchedulerClipboardEventArgs(IEnumerable<IEvent> appointments, bool cancel, string format, DataObject dataObject)
Parameters:appointmentsIEnumerable<IEvent>cancelboolformatstringdataObjectDataObject

Properties

C#
public ReadOnlyCollection<IEvent> Appointments { get; }