Property | Type | Description |
---|
Method | Description | |
---|---|---|
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). |
|
OnLoad ( |
Called when the tool item is loaded to be shown on the form.
|
|
OnPreLoad ( |
Called when the tool item is removed from a form.
|
|
OnUnLoad ( |
Called when the tool item is removed from a form.
|
protected OnDataContextChanged ( |
||
e | Event arguments | |
return | void |
protected OnLoad ( |
||
e | Event arguments. | |
return | void |
protected OnPreLoad ( |
||
e | Event arguments. | |
return | void |
protected OnUnLoad ( |
||
e | Event arguments. | |
return | void |