Table of Contents

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; }

Property Value

bool