Class ElementDetachedEventArgs
Inheritance
ElementDetachedEventArgs
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
Properties
|
Edit this page
View Source
AttachedTo
Declaration
public Element AttachedTo { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
public Element Source { get; }
Property Value