C# Class SDE.Core.ViewItems.TkPathView

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

Public Methods

Method Description
TkPathView ( TkPath path ) : System
Update ( ) : void

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

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

TkPathView() public method

public TkPathView ( TkPath path ) : System
path TkPath
return System

Update() public method

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