C# Class csCommon.csMapCustomControls.CircularMenu.CircularMenuItem

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

Public Methods

Method Description
TriggerItemSelected ( CircularMenuItem item, CircularMenu m ) : void
TriggerSelected ( CircularMenu m, FrameworkElement item = null ) : void

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

TriggerItemSelected() public method

public TriggerItemSelected ( CircularMenuItem item, CircularMenu m ) : void
item CircularMenuItem
m CircularMenu
return void

TriggerSelected() public method

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