GaugeOnAttachedToVisualTree Method

Called when the control is added to a rooted visual tree.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
C#
protected override void OnAttachedToVisualTree(
	VisualTreeAttachmentEventArgs e
)

Parameters

e  VisualTreeAttachmentEventArgs
The event args.

See Also