C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.ResourceDictionaryDispensedEventArgs

Information describing the ResourceDictionary dispensed when a ResourceDictionaryDispensed event is raised.
Inheritance: System.EventArgs
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Méthode 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.

Method Details

Equals() public méthode

Returns a value indicating whether two objects are equal.
public Equals ( object obj ) : bool
obj object The other object.
Résultat bool

GetHashCode() public méthode

Returns a hash code.
public GetHashCode ( ) : int
Résultat int

ResourceDictionaryDispensedEventArgs() public méthode

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.
Résultat System