Class RenderProfileElementEventArgs
Provides data on profile element related events raised by the profile editor
Inherited Members
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 |