Class CreatingRequestGoogleMapsLayerEventArgs
public class CreatingRequestGoogleMapsLayerEventArgs : EventArgs
- Inheritance
-
CreatingRequestGoogleMapsLayerEventArgs
- Inherited Members
Constructors
CreatingRequestGoogleMapsLayerEventArgs()
public CreatingRequestGoogleMapsLayerEventArgs()
CreatingRequestGoogleMapsLayerEventArgs(Uri)
Create an instance of CreatingRequestGoogleMapsLayerEventArgs
public CreatingRequestGoogleMapsLayerEventArgs(Uri requestUri)
Parameters
requestUri
Uri
Properties
RequestUri
The request uri
public Uri RequestUri { get; set; }
Property Value
- Uri