LoadConfigurationEventArgs

Wisej.Core.LoadConfigurationEventArgs

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

Specifies the event arguments for the LoadConfiguration event.

public class LoadConfigurationEventArgs : EventArgs

Properties

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.

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.

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

Used By

NameDescription

Represents a method that handles the LoadConfiguration event.

Last updated