Click or drag to resize

BindableWidgetDataContextChanged Event

Event to handle when the DataContext has changed

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<EventArgs> DataContextChanged

Value

Type: SystemEventHandlerEventArgs

Implements

IBindableDataContextChanged
Remarks
This may be fired in the event of a parent in the hierarchy setting the data context. For example, the Container widget fires this event when it's event is fired.
See Also