C# Class DroidExplorer.Core.UI.CustomPlacesPanel

Inheritance: System.Windows.Forms.ToolStrip
Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode Description
CustomPlacesPanel ( ) : System
CustomPlaces_ItemAdded ( object sender, EventArgs e ) : void
CustomPlaces_ItemRemoved ( object sender, EventArgs e ) : void
CustomPlaces_ItemsSorted ( object sender, EventArgs e ) : void
RedrawPlaces ( ) : void

Method Details

CustomPlacesPanel() public méthode

public CustomPlacesPanel ( ) : System
Résultat System

CustomPlaces_ItemAdded() public méthode

public CustomPlaces_ItemAdded ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

CustomPlaces_ItemRemoved() public méthode

public CustomPlaces_ItemRemoved ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

CustomPlaces_ItemsSorted() public méthode

public CustomPlaces_ItemsSorted ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

RedrawPlaces() public méthode

public RedrawPlaces ( ) : void
Résultat void