次の方法で共有


Application.PageAppearing イベント

定義

ページが画面に現れようとしているときに発生するイベント。

public event EventHandler<Xamarin.Forms.Page> PageAppearing;
member this.PageAppearing : EventHandler<Xamarin.Forms.Page> 

イベントの種類

System.EventHandler<Page>

適用対象