MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.ItemInplaceEditStarting Event
See Also
 





Raised when in-place editing of item's text is about to begin.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public event EventHandler<ItemConfirmEventArgs> ItemInplaceEditStarting

Visual Basic  Copy Code

Public Event ItemInplaceEditStarting As EventHandler(Of ItemConfirmEventArgs)

 Event Data

ItemInplaceEditStarting event handlers receive an argument of type ItemConfirmEventArgs.

 Remarks

This event can be handled to prevent users from editing the text of specific schedule items.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace