C# Class Eto.Forms.Tool

Base class for tool items on a ToolBar
Inheritance: Eto.Forms.BindableWidget
Afficher le fichier Open project: picoe/Eto

Private Properties

Свойство Type Description
TriggerLoad void
TriggerPreLoad void
TriggerUnLoad void

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Called when the tool item is assigned to a control/window

OnPreLoad ( EventArgs e ) : void

Called before the tool item is assigned to a control/window

OnUnLoad ( EventArgs e ) : void

Called when the tool item is removed from a control/window

Private Methods

Méthode Description
TriggerLoad ( EventArgs e ) : void
TriggerPreLoad ( EventArgs e ) : void
TriggerUnLoad ( EventArgs e ) : void

Method Details

OnLoad() protected méthode

Called when the tool item is assigned to a control/window
protected OnLoad ( EventArgs e ) : void
e System.EventArgs Event arguments
Résultat void

OnPreLoad() protected méthode

Called before the tool item is assigned to a control/window
protected OnPreLoad ( EventArgs e ) : void
e System.EventArgs Event arguments
Résultat void

OnUnLoad() protected méthode

Called when the tool item is removed from a control/window
protected OnUnLoad ( EventArgs e ) : void
e System.EventArgs Event arguments
Résultat void