CLRegionErrorEventArgs Class

Definition

Provides data for the MonitoringFailed event.

public class CLRegionErrorEventArgs : EventArgs
type CLRegionErrorEventArgs = class
    inherit EventArgs
Inheritance
CLRegionErrorEventArgs

Constructors

CLRegionErrorEventArgs(CLRegion, NSError)

Initializes a new instance of the CLRegionErrorEventArgs class.

Properties

Error

The error.

Region

The CLRegion associated with the error events.

Applies to