Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Returns a value indicating whether two objects are equal.
|
|
GetHashCode ( ) : int |
Returns a hash code.
|
|
ResourceDictionaryDispensedEventArgs ( int index, ResourceDictionary resourceDictionary ) : System |
Initializes a new instance of the ResourceDictionaryDispensedEventArgs class.
|
public ResourceDictionaryDispensedEventArgs ( int index, ResourceDictionary resourceDictionary ) : System | ||
index | int | The index of the ResourceDictionary dispensed. |
resourceDictionary | ResourceDictionary | The ResourceDictionary dispensed. |
return | System |