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

상속: System.Windows.Controls.Control, INotifyPropertyChanged
파일 보기 프로젝트 열기: TNOCS/csTouch

보호된 메소드들

메소드 설명
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