FlexLayout.OnRemoved(View) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when the layout is removed from a view.
protected override void OnRemoved (Xamarin.Forms.View view);
override this.OnRemoved : Xamarin.Forms.View -> unit
Parameters
- view
- View
The view from which the layout was removed.