C# Class SDE.Core.ViewItems.TkPathView

The view object of a TkPath (used in lists)
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Tokeiburu/RagnarokSDE Class Usage Examples

Méthodes publiques

Méthode Description
TkPathView ( TkPath path ) : System
Update ( ) : void

Forces a refresh of all the visible property for this item in the list.

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

TkPathView() public méthode

public TkPathView ( TkPath path ) : System
path TkPath
Résultat System

Update() public méthode

Forces a refresh of all the visible property for this item in the list.
public Update ( ) : void
Résultat void