Property | Type | Description | |
---|---|---|---|
lastSelected | SurfaceListBox |
Property | Type | Description | |
---|---|---|---|
AddNotification | void | ||
AppStateOnDrop | void | ||
ChangePoiService | void | ||
ConfigureAndDisplayCircularMenu | void | ||
ConfigureMainBorder | void | ||
CreateCircularMenuForEsriShapes | void | ||
CreateCollectionView | ICollectionView | ||
EndEditMode | void | ||
EsriShapeDrawingCompleted | void | ||
HideCircularMenu | void | ||
HideEsriShapeDrawingTool | void | ||
HideMainBorder | void | ||
HideNotification | void | ||
InitializeViewModel | void | ||
MyDrawObject_DrawBegin | void | ||
PointClickedOnGisMap | void | ||
StartEditMode | void | ||
SyncAndDisplayEsriShapeDrawingTool | void | ||
mIconModeNotification_OptionClicked | void |
Method | Description | |
---|---|---|
PoiSelectionChanged ( ActionExecutionContext s, SelectionChangedEventArgs dc ) : void |
The poi selection changed.
|
|
StartDrag ( object sender, MouseEventArgs e ) : void |
This is the MouseDown event!
|
|
StartDragDrop ( object sender, InputDevice device, object src ) : void |
The start drag drop.
|
|
StartTouchDrag ( object sender, TouchEventArgs e ) : void |
The start touch drag.
|
Method | Description | |
---|---|---|
OnViewLoaded ( object myView ) : void |
The on view loaded.
|
Method | Description | |
---|---|---|
AddNotification ( string pHeader, string pMessage ) : void |
The create notifications.
|
|
AppStateOnDrop ( object sender, |
The app state on drop.
|
|
ChangePoiService ( PoiService pOldPoiService, PoiService pNewPoiService ) : void |
The change poi service.
|
|
ConfigureAndDisplayCircularMenu ( ) : void |
The configure and display circular menu.
|
|
ConfigureMainBorder ( ) : void |
The configure main border.
|
|
CreateCircularMenuForEsriShapes ( ) : void |
The create circular menu for esri shapes.
|
|
CreateCollectionView ( ) : ICollectionView |
The create collection view.
|
|
EndEditMode ( ) : void |
The end edit mode.
|
|
EsriShapeDrawingCompleted ( object sender, DrawEventArgs e ) : void |
The esri shape drawing completed.
|
|
HideCircularMenu ( ) : void |
The hide circular menu.
|
|
HideEsriShapeDrawingTool ( ) : void |
The hide esri shape drawing tool.
|
|
HideMainBorder ( ) : void |
The configure main border.
|
|
HideNotification ( ) : void |
The hide notification.
|
|
InitializeViewModel ( ) : void |
The initialize view model.
|
|
MyDrawObject_DrawBegin ( object sender, |
The my draw object_ draw begin.
|
|
PointClickedOnGisMap ( object sender, MouseButtonEventArgs e ) : void |
The point clicked on gis map.
|
|
StartEditMode ( ) : void |
The start edit mode.
|
|
SyncAndDisplayEsriShapeDrawingTool ( ) : void |
The sync and display esri shape drawing tool.
|
|
mIconModeNotification_OptionClicked ( object sender, NotificationOptionSelectedEventArgs e ) : void |
The m icon mode notification_ option clicked.
|
protected OnViewLoaded ( object myView ) : void | ||
myView | object | /// The my view. /// |
return | void |
public PoiSelectionChanged ( ActionExecutionContext s, SelectionChangedEventArgs dc ) : void | ||
s | ActionExecutionContext | /// The s. /// |
dc | SelectionChangedEventArgs | /// The dc. /// |
return | void |
public StartDrag ( object sender, MouseEventArgs e ) : void | ||
sender | object | /// The sender. /// |
e | MouseEventArgs | /// The e. /// |
return | void |
public StartDragDrop ( object sender, InputDevice device, object src ) : void | ||
sender | object | /// The sender. /// |
device | InputDevice | /// The device. /// |
src | object | /// The src. /// |
return | void |
public StartTouchDrag ( object sender, TouchEventArgs e ) : void | ||
sender | object | /// The sender. /// |
e | TouchEventArgs | /// The e. /// |
return | void |