CLLocationManager.UpdatedHeading 事件

定义

对象引发的事件。

public event EventHandler<CoreLocation.CLHeadingUpdatedEventArgs> UpdatedHeading;
member this.UpdatedHeading : EventHandler<CoreLocation.CLHeadingUpdatedEventArgs> 

事件类型

注解

如果开发人员不为此事件分配值,则会将 WeakDelegate 属性的值重置为将委托映射到事件的内部处理程序。

适用于