Search
DrawEventArgs.Handled Property
See Also
 






Gets or sets a value indicating whether the event was handled by the client.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool Handled { get; set; }

Visual Basic  Copy Code

Public Property Handled As Boolean

 Property Value

true to prevent further rendering of this element; false to proceed with the default rendering.

 Remarks

This property is only valid for the ItemDrawing event.

 See Also