Property Handled
- Namespace
- DisCatSharp.Common.Utilities
- Assembly
- DisCatSharp.Common.dll
Handled
Gets or sets whether this event was handled.
Setting this to true will prevent other handlers from running.
public bool Handled { get; set; }
Gets or sets whether this event was handled.
Setting this to true will prevent other handlers from running.
public bool Handled { get; set; }