Gets or sets a value indicating whether the event handler performed custom painting.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Handled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Handled As Boolean |
true to indicate that the event was handled; otherwise, false.
RemarksAlways set this flag to true if you perform custom painting.
See Also