Search
Calendar.ItemCreated Event
See Also
 





Raised when a schedule item is created by the user.

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

 Syntax

C#  Copy Code

public event EventHandler<ItemEventArgs> ItemCreated

Visual Basic  Copy Code

Public Event ItemCreated As EventHandler(Of ItemEventArgs)

 Event Data

ItemCreated event handlers receive an argument of type ItemEventArgs.

 See Also