Class RenderProfileElementEventArgs
Provides data on profile element related events raised by the profile editor
public class RenderProfileElementEventArgs : EventArgs
- Inheritance
-
objectRenderProfileElementEventArgs
- Inherited Members
Properties
PreviousRenderProfileElement
If applicable, the previous active profile element before the event was raised
public RenderProfileElement? PreviousRenderProfileElement { get; }
Property Value
RenderProfileElement
Gets the profile element the event was raised for
public RenderProfileElement? RenderProfileElement { get; }