Raised when the user is about to create a new schedule item.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemConfirmEventArgs> ItemCreating |
Visual Basic
Copy Code
|
|---|
Public Event ItemCreating As EventHandler(Of ItemConfirmEventArgs) |
Event DataItemCreating event handlers receive an argument of type ItemConfirmEventArgs.
See Also