Gorgon
Show / Hide Table of Contents

Class GorgonHandledEventArgs

Event arguments used when an event can indicate to other events that it has been handled by another subscriber.

Inheritance
object
EventArgs
GorgonHandledEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Gorgon.Core
Assembly: Gorgon.Core.dll
Syntax
public class GorgonHandledEventArgs : EventArgs

Properties

| Edit this page View Source

IsHandled

Property to set or return whether the event was handled or not.

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

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author