StaticResourceResolvedEventArgs 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.
Provides data for the StaticResourceResolved event.
public ref class StaticResourceResolvedEventArgs : EventArgs
public class StaticResourceResolvedEventArgs : EventArgs
type StaticResourceResolvedEventArgs = class
inherit EventArgs
Public Class StaticResourceResolvedEventArgs
Inherits EventArgs
- Inheritance
Properties
| Name | Description |
|---|---|
| ResourceDictionary |
Gets the name of the resource dictionary. |
| ResourceKey |
The key for the requested resource. |
| TargetObject |
Gets the value to assign to the target property. |
| TargetProperty |
Gets the target property that the resource sets. |