Show / Hide Table of Contents

Class DrawingOverlayEventArgs

DrawingManager OverlayComplete events arguments.

Inheritance
System.Object
System.EventArgs
DrawingOverlayEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:GoogleMaps.Drawing
Assembly:GoogleMaps.dll
Syntax
public class DrawingOverlayEventArgs : EventArgs

Properties

Event

The actual overlay event.

Declaration
public EventArgs Event { get; set; }
Property Value
Type Description
System.EventArgs

Type

The type of the overlay event.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String

Methods

FromScriptData(Object)

Retrieves an instance of DrawingOverlayEventArgs from script data.

Declaration
public static DrawingOverlayEventArgs FromScriptData(object scriptObject)
Parameters
Type Name Description
System.Object scriptObject

The script data object

Returns
Type Description
DrawingOverlayEventArgs

The DrawingOverlayEventArgs instance

ToString()

Returns a System.String that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A System.String that represents this instance.

Overrides
System.Object.ToString()
Back to top Copyright © 2017 GoogleMapControl
Generated by DocFX