FlexLayout.OnAdded(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 flex layout is added to a view.
protected override void OnAdded (Xamarin.Forms.View view);
override this.OnAdded : Xamarin.Forms.View -> unit
Parameters
- view
- View
The view to which the layout was added.