Gets or sets a value indicating whether the event handler performed custom painting.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# 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.
Always set this flag to true if you perform custom painting.