StaticResourceResolvedEventArgs Class
Definition
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
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |