Class ParentAwareComponentRemovedEventArgs<T>
EventArguments used for the Removed event.
Inherited Members
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 SourceParentAwareComponentRemovedEventArgs(T)
Constructor.
Declaration
public ParentAwareComponentRemovedEventArgs(T oldParent)
Parameters
| Type | Name | Description |
|---|---|---|
| T | oldParent | The parent from which the object was detached. |
Fields
View SourceOldParent
The parent from which the object was detached.
Declaration
public readonly T OldParent
Field Value
| Type | Description |
|---|---|
| T |