MindFusion.Scheduling for Silverlight Programmer's Guide
ItemConfirmEventArgs.Confirm Property
See Also
 





Gets or sets a value indicating whether the action related to this event should be confirmed or canceled.

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

 Syntax

C#  Copy Code

public bool Confirm { get; set; }

Visual Basic  Copy Code

Public Property Confirm As Boolean

 Property Value

Set Confirm to false to prevent the action or to true to allow it. The default is true.

 See Also

ItemConfirmEventArgs Members
ItemConfirmEventArgs Class
MindFusion.Scheduling.Silverlight Namespace