Artemis Artemis
Artemis Artemis

Search Results for

    Class RenderProfileElementEventArgs

    Provides data on profile element related events raised by the profile editor

    Inheritance
    object
    EventArgs
    RenderProfileElementEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: Artemis.UI.Shared.Events
    Assembly: Artemis.UI.Shared.dll
    Syntax
    public class RenderProfileElementEventArgs : EventArgs

    Properties

    PreviousRenderProfileElement

    If applicable, the previous active profile element before the event was raised

    Declaration
    public RenderProfileElement? PreviousRenderProfileElement { get; }
    Property Value
    Type Description
    RenderProfileElement

    RenderProfileElement

    Gets the profile element the event was raised for

    Declaration
    public RenderProfileElement? RenderProfileElement { get; }
    Property Value
    Type Description
    RenderProfileElement
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.