Search Results for

    Show / Hide Table of Contents

    Interface IItemEvent

    Event args used for all Item related events.

    Namespace: Exiled.Events.EventArgs.Interfaces
    Assembly: Exiled.Events.dll
    Syntax
    public interface IItemEvent : IExiledEvent

    Properties

    | Improve this Doc View Source

    Item

    Gets the Item triggering the event.

    Declaration
    Item Item { get; }
    Property Value
    Type Description
    Item

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX