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