ResourcesChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event arguments for resource dictionary changes.
public ref class ResourcesChangedEventArgs : EventArgs
public class ResourcesChangedEventArgs : EventArgs
type ResourcesChangedEventArgs = class
inherit EventArgs
Public Class ResourcesChangedEventArgs
Inherits EventArgs
- Inheritance
-
ResourcesChangedEventArgs
Constructors
| Name | Description |
|---|---|
| ResourcesChangedEventArgs(IEnumerable<KeyValuePair<String,Object>>) |
Obsolete.
Creates a new ResourcesChangedEventArgs with the specified values. |
| ResourcesChangedEventArgs(IEnumerable<String>, Func<String,Object>) |
Creates a new ResourcesChangedEventArgs with the specified keys and resolver. |
Fields
| Name | Description |
|---|---|
| StyleSheets |
Singleton instance used for stylesheet changes. |
Properties
| Name | Description |
|---|---|
| Keys |
Gets the changed resource keys. |
| Values |
Gets the changed resource values. Enumerating this will resolve lazy resources. |
Methods
| Name | Description |
|---|---|
| ResolveValue(String) |
Resolves a single resource value by key. |