C# Класс Eto.Forms.ToolBar

Наследование: InstanceWidget
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
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 tool item is loaded to be shown on the form.

OnPreLoad ( EventArgs e ) : void

Called when the tool item is removed from a form.

OnUnLoad ( EventArgs e ) : void

Called when the tool item is removed from a form.

Описание методов

OnDataContextChanged() защищенный Метод

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
Результат void

OnLoad() защищенный Метод

Called when the tool item is loaded to be shown on the form.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs Event arguments.
Результат void

OnPreLoad() защищенный Метод

Called when the tool item is removed from a form.
protected OnPreLoad ( EventArgs e ) : void
e System.EventArgs Event arguments.
Результат void

OnUnLoad() защищенный Метод

Called when the tool item is removed from a form.
protected OnUnLoad ( EventArgs e ) : void
e System.EventArgs Event arguments.
Результат void