Skip to main content
Version: 4.1

LoadConfigurationEventArgs

Namespace: Wisej.Core

Assembly: Wisej.Framework (4.1.0.0)

Specifies the event arguments for the LoadConfiguration event.

public class LoadConfigurationEventArgs : EventArgs

Properties

Instance member FilePath

String: The full file path to the configuration file to load. Since 3.2.7

Code handling the LoadConfiguration event may set the this property and return null to let Wisej.NET load the configuration from the new file.

Instance member SuppressCache

Boolean: When set to true, suppresses the caching of the custom Configuration object returned by the custom handler for the LoadConfiguration event.

Configuration objects are cached and retrieved using the FilePath as the key.

Instance member Uri

Uri: The current Uri representing the site being loaded. Since 3.2.7

Used By

NameDescription
LoadConfigurationEventHandlerRepresents a method that handles the LoadConfiguration event.