Gets or sets a value indicating whether the event was handled by the client.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool Handled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Handled As Boolean |
true to prevent further rendering of this element; false to proceed with the default rendering.
RemarksThis property is only valid for the ItemDrawing event.
See Also