LoadConfigurationEventArgs
Wisej.Core.LoadConfigurationEventArgs
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.0.0.0)
Specifies the event arguments for the LoadConfiguration event.
public class LoadConfigurationEventArgs : EventArgs
Properties
FilePath

String: The full file path to the configuration file to load.
SuppressCache

Boolean: When set to true, suppresses the caching of the custom Configuration object return by the custom handler for the LoadConfiguration event.
Used By
Name
Description
Represents a method that handles the LoadConfiguration event.
Last updated
Was this helpful?