Class ElementAssociatedWithEventArgs
Inheritance
ElementAssociatedWithEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class ElementAssociatedWithEventArgs : EventArgs
Constructors
|
Edit this page
View Source
ElementAssociatedWithEventArgs(Element, Player)
Declaration
public ElementAssociatedWithEventArgs(Element source, Player player)
Parameters
|
Edit this page
View Source
ElementAssociatedWithEventArgs(Element, MtaServer)
Declaration
public ElementAssociatedWithEventArgs(Element source, MtaServer server)
Parameters
Properties
|
Edit this page
View Source
Player
Declaration
public Player? Player { get; }
Property Value
|
Edit this page
View Source
Server
Declaration
public MtaServer? Server { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
public Element Source { get; }
Property Value