Xamarin.Forms.Cell: Method Members

The methods of Xamarin.Forms.Cell are listed below. For a list of all members, see the Cell Members list.

See Also: Inherited members from Xamarin.Forms.Element

Protected Methods

OnAppearing()
Invoked whenever an Cell.Appearing event occurs. Implement this method to add class handling for this event.
override
OnBindingContextChanged()
Event that is raised when the binding context is changed.
OnDisappearing()
Invoked whenever an Cell.Disappearing event occurs. Implement this method to add class handling for this event.
OnLongPressed()
Invoked whenever a long press is applied to the Cell.
OnTapped()
Invoked whenever the Cell is Tapped.