MindFusion WinForms Programmer's Guide
DrawEventArgs.Handled Property
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
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

DrawEventArgs Members
DrawEventArgs Class
MindFusion.Scheduling.WinForms Namespace