Acr.Geofencing.GeofenceStatusChangedEventArgs.GeofenceStatusChangedEventArgs C# (CSharp) 메소드

GeofenceStatusChangedEventArgs() 공개 메소드

public GeofenceStatusChangedEventArgs ( GeofenceRegion region, GeofenceStatus status ) : System
region GeofenceRegion
status GeofenceStatus
리턴 System
        public GeofenceStatusChangedEventArgs(GeofenceRegion region, GeofenceStatus status)
        {
            this.Region = region;
            this.Status = status;
        }
GeofenceStatusChangedEventArgs