共用方式為


RelativeLayout.OnRemoved(View) 方法

定義

Children 集合中移除 View 時呼叫。

protected override void OnRemoved(Xamarin.Forms.View view);
override this.OnRemoved : Xamarin.Forms.View -> unit

參數

view
View

Children 集合中移除的 View

適用於