C# Class csCommon.csMapCustomControls.CircularMenu.CircularMenuItem

Inheritance: System.Windows.Controls.Control, INotifyPropertyChanged
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
TriggerItemSelected ( CircularMenuItem item, CircularMenu m ) : void
TriggerSelected ( CircularMenu m, FrameworkElement item = null ) : void

Méthodes protégées

Méthode Description
NotifyPropertyChanged ( string propertyName ) : void

Notify any listeners that the property value has changed.

Method Details

NotifyPropertyChanged() protected méthode

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

TriggerItemSelected() public méthode

public TriggerItemSelected ( CircularMenuItem item, CircularMenu m ) : void
item CircularMenuItem
m CircularMenu
Résultat void

TriggerSelected() public méthode

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