C# 클래스 csCommon.csMapCustomControls.CircularMenu.CircularMenuItem

상속: System.Windows.Controls.Control, INotifyPropertyChanged
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 메소드들

메소드 설명
TriggerItemSelected ( CircularMenuItem item, CircularMenu m ) : void
TriggerSelected ( CircularMenu m, FrameworkElement item = null ) : void

보호된 메소드들

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

Notify any listeners that the property value has changed.

메소드 상세

NotifyPropertyChanged() 보호된 메소드

Notify any listeners that the property value has changed.
protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string The property name.
리턴 void

TriggerItemSelected() 공개 메소드

public TriggerItemSelected ( CircularMenuItem item, CircularMenu m ) : void
item CircularMenuItem
m CircularMenu
리턴 void

TriggerSelected() 공개 메소드

public TriggerSelected ( CircularMenu m, FrameworkElement item = null ) : void
m CircularMenu
item System.Windows.FrameworkElement
리턴 void