Show / Hide Table of Contents

Class ParentAwareComponentRemovedEventArgs<T>

EventArguments used for the Removed event.

Inheritance
object
EventArgs
ParentAwareComponentRemovedEventArgs<T>
Inherited Members
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: GoRogue.Components.ParentAware
Assembly: GoRogue.dll
Syntax
public class ParentAwareComponentRemovedEventArgs<T> : EventArgs
Type Parameters
Name Description
T

The type of the parent being passed.

Constructors

View Source

ParentAwareComponentRemovedEventArgs(T)

Constructor.

Declaration
public ParentAwareComponentRemovedEventArgs(T oldParent)
Parameters
Type Name Description
T oldParent

The parent from which the object was detached.

Fields

View Source

OldParent

The parent from which the object was detached.

Declaration
public readonly T OldParent
Field Value
Type Description
T

Extension Methods

Utility.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX