Click or drag to resize

CommandOnDataContextChanged Method

Raises the DataContextChanged event

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected virtual void OnDataContextChanged(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Event arguments
Remarks
Implementors may override this to fire this event on child widgets in a heirarchy. This allows a control to be bound to its own DataContext, which would be set on one of the parent control(s).
See Also