StyledElement.

OnDataContextChanged(EventArgs) Method

Summary

Called when the DataContext property changes.
Namespace
Avalonia
Containing Type
StyledElement

Syntax

protected virtual void OnDataContextChanged(EventArgs e)

Parameters

Name Type Description
e EventArgs The event args.

Return Value

Type Description
void