MapElementHandlerUpdate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MapElementHandlerUpdate(MapElementHandlerUpdate) | |
MapElementHandlerUpdate(Int32, IMapElement) |
MapElementHandlerUpdate(MapElementHandlerUpdate)
- Source:
- MapElementHandlerUpdate.cs
- Source:
- MapElementHandlerUpdate.cs
protected:
MapElementHandlerUpdate(Microsoft::Maui::Maps::Handlers::MapElementHandlerUpdate ^ original);
protected MapElementHandlerUpdate (Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate original);
Protected Sub New (original As MapElementHandlerUpdate)
Parameters
- original
- MapElementHandlerUpdate
Applies to
MapElementHandlerUpdate(Int32, IMapElement)
- Source:
- MapElementHandlerUpdate.cs
- Source:
- MapElementHandlerUpdate.cs
public:
MapElementHandlerUpdate(int Index, Microsoft::Maui::Maps::IMapElement ^ MapElement);
public MapElementHandlerUpdate (int Index, Microsoft.Maui.Maps.IMapElement MapElement);
new Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate : int * Microsoft.Maui.Maps.IMapElement -> Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate
Public Sub New (Index As Integer, MapElement As IMapElement)
Parameters
- Index
- Int32
- MapElement
- IMapElement
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.