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

A class that rotates through a list of ResourceDictionaries.
상속: IResourceDictionaryDispenser
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
ResourceDictionaryDispenser ( ) : System

Initializes a new instance of the ResourceDictionaryDispenser class.

비공개 메소드들

메소드 설명
EnumeratorResourceDictionaryDispensed ( object sender, ResourceDictionaryDispensedEventArgs e ) : void

This method is raised when an enumerator dispenses a ResourceDictionary.

GetResourceDictionariesWhere ( bool>.Func predicate ) : IEnumerator
OnEnumeratorResourceDictionaryDispensed ( object source, ResourceDictionaryDispensedEventArgs args ) : void

Raises the EnumeratorResourceDictionaryDispensed event.

OnParentChanged ( ) : void

Raises the ParentChanged event.

OnResetting ( ) : void

This method raises the EnumeratorsResetting event.

ParentResourceDictionariesChanged ( object sender, EventArgs e ) : void

Handles the Parent's ResourceDictionariesChanged event.

Reset ( ) : void

Resets the state of the ResourceDictionaryDispenser and its enumerators.

ResourceDictionariesCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

This method is raised when the ResourceDictionaries collection is changed.

Unregister ( ResourceDictionaryEnumerator enumerator ) : void

Unregisters an enumerator so that it can be garbage collected.

메소드 상세

ResourceDictionaryDispenser() 공개 메소드

Initializes a new instance of the ResourceDictionaryDispenser class.
public ResourceDictionaryDispenser ( ) : System
리턴 System