Gets or sets a value indicating whether the action related to this event should be confirmed or canceled.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool Confirm { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Confirm As Boolean |
A boolean value.
RemarksSet Confirm to false to prevent the action or to true to allow it.
See Also