Element

Inheritance: None Xamarin.Forms documentation: Element API

Constructors

This control can’t be instantiated on its own. Its properties and events are inherited by its descendants.

Properties

PropertiesDescription

automationId(value: string)

Sets the automation identifier of the widget

Events

EventsDescription

onMounted(value: ‘msg)

Listens for the widget being mounted

onUnmounted(value: ‘msg)

Listens for the widget being unmounted

Last updated