Table of Contents

Class RenderProfileElementEventArgs

Namespace
Artemis.UI.Shared.Events
Assembly
Artemis.UI.Shared.dll

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

public class RenderProfileElementEventArgs : EventArgs
Inheritance
object
RenderProfileElementEventArgs
Inherited Members

Properties

PreviousRenderProfileElement

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

public RenderProfileElement? PreviousRenderProfileElement { get; }

Property Value

RenderProfileElement

RenderProfileElement

Gets the profile element the event was raised for

public RenderProfileElement? RenderProfileElement { get; }

Property Value

RenderProfileElement