Show / Hide Table of Contents

Class ElementDetachedEventArgs

Inheritance
object
EventArgs
ElementDetachedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class ElementDetachedEventArgs : EventArgs

Constructors

| Edit this page View Source

ElementDetachedEventArgs(Element, Element)

Declaration
public ElementDetachedEventArgs(Element source, Element attachedTo)
Parameters
Type Name Description
Element source
Element attachedTo

Properties

| Edit this page View Source

AttachedTo

Declaration
public Element AttachedTo { get; }
Property Value
Type Description
Element
| Edit this page View Source

Source

Declaration
public Element Source { get; }
Property Value
Type Description
Element
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX