C# Класс ScreenScroller.NodeViewModel

Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Приватные методы

Метод Описание
Entered ( ) : void

Called when this node is entered : when it becomes the currentnode. If one of the children is selected and then the cursor goes up one level, this node keeps its current state (its lap count and whether or not the GoUpOneLevel image is animating)

ExitAll ( ) : void
InitializeCoordinates ( int index ) : void
LapCompleted ( ) : void
MoveNext ( ) : bool

Highlights the next childnode of this node. Returns false if the node has made its final lap during the last MoveNext.

NodeViewModel ( ) : System

Cotor used by the absolute root of the tree (the plugin)

NodeViewModel ( IRootNode root, NodeViewModel parent, int level, int childrenCount, int maxDepth, int index ) : System

Private constructor, used internally to create the childnodes of the root nodes.

NodeViewModel ( ScreenScrollerPlugin root, int offsetHeight, int offsetWidth, int childrenCount, int maxDepth, bool isRoot ) : System

Ctor of the root nodes (one for each screen)

OnLevelChanged ( object sender, LevelChangedEventArgs e ) : void
OnPropertyChanged ( string name ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void