C# 클래스 WinRTXamlToolkit.Controls.DataVisualization.Charting.ResourceDictionaryDispensedEventArgs

Information describing the ResourceDictionary dispensed when a ResourceDictionaryDispensed event is raised.
상속: System.EventArgs
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

Returns a hash code.
public GetHashCode ( ) : int
리턴 int

ResourceDictionaryDispensedEventArgs() 공개 메소드

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.
리턴 System