Artemis Artemis
Artemis Artemis

Search Results for

    Class ProfileConfigurationEventArgs

    Provides data on profile related events raised by the profile editor

    Inheritance
    object
    EventArgs
    ProfileConfigurationEventArgs
    Inherited Members
    EventArgs.Empty
    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
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.