Show / Hide Table of Contents

Class HandledEventArgs

Event args that allow a handled flag to be set.

Inheritance
object
EventArgs
HandledEventArgs
KeyboardHandledKeyEventArgs
Inherited Members
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public class HandledEventArgs : EventArgs

Constructors

HandledEventArgs()

Declaration
public HandledEventArgs()

Properties

IsHandled

When true indicates that the event has been handled and no more processing should continue.

Declaration
public bool IsHandled { get; set; }
Property Value
Type Description
bool

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX