Search
Calendar.ItemCreating Event
See Also
 





Raised when the user is about to create a new schedule item.

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

 Syntax

C#  Copy Code

public event EventHandler<ItemConfirmEventArgs> ItemCreating

Visual Basic  Copy Code

Public Event ItemCreating As EventHandler(Of ItemConfirmEventArgs)

 Event Data

ItemCreating event handlers receive an argument of type ItemConfirmEventArgs.

 See Also