Search
Calendar.OnItemPasting Method
See Also
 





Raises the ItemPasting event.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

protected virtual void OnItemPasting (
    ItemConfirmEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemPasting( _
    e As ItemConfirmEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also