A newer version of this page is available.
Switch to the current version.
MapItemCreatingEventHandler Delegate
A method that will handle the MapEditor.MapItemCreating event.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v18.2.dll
Declaration
public delegate void MapItemCreatingEventHandler(
object sender,
MapItemCreatingEventArgs e
);
Public Delegate Sub MapItemCreatingEventHandler(
sender As Object,
e As MapItemCreatingEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | MapItemCreatingEventArgs |
See Also
Feedback