Show / Hide Table of Contents

Class ElementAssociatedWithEventArgs

Inheritance
object
EventArgs
ElementAssociatedWithEventArgs
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 ElementAssociatedWithEventArgs : EventArgs

Constructors

| Edit this page View Source

ElementAssociatedWithEventArgs(Element, Player)

Declaration
public ElementAssociatedWithEventArgs(Element source, Player player)
Parameters
Type Name Description
Element source
Player player
| Edit this page View Source

ElementAssociatedWithEventArgs(Element, MtaServer)

Declaration
public ElementAssociatedWithEventArgs(Element source, MtaServer server)
Parameters
Type Name Description
Element source
MtaServer server

Properties

| Edit this page View Source

Player

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

Server

Declaration
public MtaServer? Server { get; }
Property Value
Type Description
MtaServer
| 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