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

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

Public Methods

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.

Method Details

Equals() public method

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

GetHashCode() public method

Returns a hash code.
public GetHashCode ( ) : int
return int

ResourceDictionaryDispensedEventArgs() public method

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