C# 클래스 SDE.Core.ViewItems.TkPathView

The view object of a TkPath (used in lists)
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Tokeiburu/RagnarokSDE 1 사용 예제들

공개 메소드들

메소드 설명
TkPathView ( TkPath path ) : System
Update ( ) : void

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

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

메소드 상세

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

TkPathView() 공개 메소드

public TkPathView ( TkPath path ) : System
path TkPath
리턴 System

Update() 공개 메소드

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