次の方法で共有


MKMapView.DidFailToLocateUser イベント

定義

オブジェクトによって発生するイベント。

public event EventHandler<Foundation.NSErrorEventArgs> DidFailToLocateUser;
member this.DidFailToLocateUser : EventHandler<Foundation.NSErrorEventArgs> 

イベントの種類

注釈

開発者がこのイベントに値を割り当てない場合、WeakDelegate プロパティの値は、デリゲートをイベントにマップする内部ハンドラーにリセットされます。

適用対象