ResourcesChangedEventArgs Class

Definition

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.

Applies to