UntiledCanvasUpdateMapObjects Property |
Callback for a provider object to set the map objects which belong to a requested map image.
Namespace:
Ptv.XServer.Controls.Map.Layers.Untiled
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Action UpdateMapObjects { get; set; }
Public Property UpdateMapObjects As Action
Get
Set
public:
property Action^ UpdateMapObjects {
Action^ get ();
void set (Action^ value);
}
member UpdateMapObjects : Action with get, set
Property Value
Type:
ActionT1, T2See Also