Table of Contents

Class ProfileConfigurationEventArgs

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

Provides data on profile related events raised by the profile editor

public class ProfileConfigurationEventArgs : EventArgs
Inheritance
object
ProfileConfigurationEventArgs
Inherited Members

Properties

PreviousProfileConfiguration

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

public ProfileConfiguration? PreviousProfileConfiguration { get; }

Property Value

ProfileConfiguration

ProfileConfiguration

Gets the profile the event was raised for

public ProfileConfiguration? ProfileConfiguration { get; }

Property Value

ProfileConfiguration