ElementEventArgs(Element) Constructor

Definition

Constructs and initializes a new instance of the ElementEventArgs class.

public ElementEventArgs (Xamarin.Forms.Element element);
new Xamarin.Forms.ElementEventArgs : Xamarin.Forms.Element -> Xamarin.Forms.ElementEventArgs

Parameters

element
Element

The element relevant to the event.

Applies to