C# Класс WinRTXamlToolkit.Controls.DataVisualization.Charting.ResourceDictionaryDispenser

A class that rotates through a list of ResourceDictionaries.
Наследование: IResourceDictionaryDispenser
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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