Class ProfileConfigurationEventArgs
Provides data on profile related events raised by the profile editor
Inherited Members
Namespace: Artemis.UI.Shared.Events
Assembly: Artemis.UI.Shared.dll
Syntax
public class ProfileConfigurationEventArgs : EventArgs
Properties
PreviousProfileConfiguration
If applicable, the previous active profile before the event was raised
Declaration
public ProfileConfiguration? PreviousProfileConfiguration { get; }
Property Value
Type | Description |
---|---|
ProfileConfiguration |
ProfileConfiguration
Gets the profile the event was raised for
Declaration
public ProfileConfiguration? ProfileConfiguration { get; }
Property Value
Type | Description |
---|---|
ProfileConfiguration |