AutoLoadMapViewBehavior¶
Namespace: ThinkGeo.UI.Maui
public class AutoLoadMapViewBehavior : Microsoft.Maui.Controls.Behavior`1[[ThinkGeo.UI.Maui.MapView, ThinkGeo.UI.Maui, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null]], System.ComponentModel.INotifyPropertyChanged, Microsoft.Maui.Controls.Internals.IDynamicResourceHandler, Microsoft.Maui.Controls.IAttachedObject
Inheritance Object → BindableObject → Behavior → Behavior<MapView> → AutoLoadMapViewBehavior
Implements INotifyPropertyChanged, IDynamicResourceHandler, IAttachedObject
Properties¶
Dispatcher¶
public IDispatcher Dispatcher { get; }
Property Value¶
IDispatcher
BindingContext¶
public object BindingContext { get; set; }
Property Value¶
Constructors¶
AutoLoadMapViewBehavior()¶
public AutoLoadMapViewBehavior()
Methods¶
OnAttachedTo(MapView)¶
protected void OnAttachedTo(MapView bindable)
Parameters¶
bindable
MapView
OnDetachingFrom(MapView)¶
protected void OnDetachingFrom(MapView bindable)
Parameters¶
bindable
MapView
Events¶
PropertyChanged¶
public event PropertyChangedEventHandler PropertyChanged;
PropertyChanging¶
public event PropertyChangingEventHandler PropertyChanging;
BindingContextChanged¶
public event EventHandler BindingContextChanged;