Search Results for

    Show / Hide Table of Contents

    Interface IDeniableEvent

    Event args for events that can be allowed or denied.

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

    Properties

    | Improve this Doc View Source

    IsAllowed

    Gets or sets a value indicating whether or not the event is allowed to continue.

    Declaration
    bool IsAllowed { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

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