ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class provides the data for click event of the map control.
This class passes the location in world coordinate where a user clicked on the map. You can then use event handlers to programmatically response to the event based on the value of the location.
*System.Object System.EventArgs *ThinkGeo.MapSuite.SilverlightEdition.MapClickEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Initialize an instance of MapClickedEventArgs class. | ||
![]() | Point, Point | Initialize an instance of MapClickedEventArgs class with the clicked position specified. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Point | Gets or sets a screen point that represents the place where the user clicked on the map. | |
![]() | PointShape | Gets or sets a screen point shape that represents the place where the user clicked on the map. | |
![]() | Point | Gets or sets a world point that represents the place where the user clicked on the map. | |
![]() | PointShape | Gets or sets a world point shape that represents the place where the user clicked on the map. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Initialize an instance of MapClickedEventArgs class.
Initialize an instance of MapClickedEventArgs class.
Name | Type | Description |
---|
Initialize an instance of MapClickedEventArgs class with the clicked position specified.
Initialize an instance of MapClickedEventArgs class.
Name | Type | Description |
---|---|---|
screenPoint | Point<!– System.Windows.Point –> | A point shape in screen coordinates that indicates the place you clicked on the map. |
worldPoint | Point<!– System.Windows.Point –> | A point shape in world coordinates that indicates the place you clicked on the map. |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets a screen point that represents the place where the user clicked on the map.
Return Type |
---|
Point<!– System.Windows.Point –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MapClickEventArgs –> Go Back
Gets or sets a screen point shape that represents the place where the user clicked on the map.
Return Type |
---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MapClickEventArgs –> Go Back
Gets or sets a world point that represents the place where the user clicked on the map.
Return Type |
---|
Point<!– System.Windows.Point –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MapClickEventArgs –> Go Back
Gets or sets a world point shape that represents the place where the user clicked on the map.
Return Type |
---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.MapClickEventArgs –> Go Back