C# Class Eto.Forms.ButtonMenuItem

Inheritance: Eto.Forms.MenuItem, ISubMenuWidget
Afficher le fichier Open project: picoe/Eto Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ButtonMenuItem ( ) : System

Initializes a new instance of the Eto.Forms.ButtonMenuItem class.

ButtonMenuItem ( Eto.Forms.Command command ) : System

Initializes a new instance of the Eto.Forms.ButtonMenuItem class with the specified command.

ButtonMenuItem ( EventHandler click ) : System

Initializes a new instance of the Eto.Forms.ButtonMenuItem class with the specified click handler.

This is a convenience constructor to set up the click event.

Méthodes protégées

Méthode Description
OnDataContextChanged ( EventArgs e ) : void

Raises the BindableWidget.DataContextChanged event

Implementors may override this to fire this event on child widgets in a heirarchy. This allows a control to be bound to its own BindableWidget.DataContext, which would be set on one of the parent control(s).

OnLoad ( EventArgs e ) : void

Called when the menu is assigned to a control/window

OnUnLoad ( EventArgs e ) : void

Called when the menu is removed from a control/window

Method Details

ButtonMenuItem() public méthode

Initializes a new instance of the Eto.Forms.ButtonMenuItem class.
public ButtonMenuItem ( ) : System
Résultat System

ButtonMenuItem() public méthode

Initializes a new instance of the Eto.Forms.ButtonMenuItem class with the specified command.
public ButtonMenuItem ( Eto.Forms.Command command ) : System
command Eto.Forms.Command Command to initialize the menu item with.
Résultat System

ButtonMenuItem() public méthode

Initializes a new instance of the Eto.Forms.ButtonMenuItem class with the specified click handler.
This is a convenience constructor to set up the click event.
public ButtonMenuItem ( EventHandler click ) : System
click EventHandler Delegate to handle when the menu item is clicked.
Résultat System

OnDataContextChanged() protected méthode

Raises the BindableWidget.DataContextChanged event
Implementors may override this to fire this event on child widgets in a heirarchy. This allows a control to be bound to its own BindableWidget.DataContext, which would be set on one of the parent control(s).
protected OnDataContextChanged ( EventArgs e ) : void
e System.EventArgs Event arguments
Résultat void

OnLoad() protected méthode

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

OnUnLoad() protected méthode

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