C# Class csCommon.csMapCustomControls.CircularMenu.CircularControlMenuItem

Inheritance: System.Windows.Controls.Control, INotifyPropertyChanged
Mostra file Open project: TNOCS/csTouch

Protected Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Notify any listeners that the property value has changed.

Method Details

NotifyPropertyChanged() protected method

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