LoadConfigurationEventArgs
Namespace: Wisej.Core
Assembly: Wisej.Framework (4.1.0.0)
Specifies the event arguments for the LoadConfiguration event.
- C#
- VB.NET
public class LoadConfigurationEventArgs : EventArgs
Public Class LoadConfigurationEventArgs
Inherits EventArgs
Properties
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.
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.
Uri
Uri: The current Uri representing the site being loaded. Since 3.2.7
Used By
| Name | Description |
|---|---|
| LoadConfigurationEventHandler | Represents a method that handles the LoadConfiguration event. |