User Tools

Site Tools


thinkgeo.mapsuite.core.adornmentlayersdrawneventargs

This is an old revision of the document!


ThinkGeo.MapSuite.Core.AdornmentLayersDrawnEventArgs

This is the event arguments class for the AdornmentLayersDrawn event. It is raised after all of the AdornmentLayers have been drawn.

Inheritance Hierarchy

  • System.Object
    • System.EventArgs
      • ThinkGeo.MapSuite.Core.AdornmentLayersDrawnEventArgs

Members Summary

Public Constructors

AdornmentLayersDrawnEventArgs

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This is the default constructor for the class.

AdornmentLayersDrawnEventArgs

  • Parameters:IEnumerable<AdornmentLayer>
  • DeclaringType:N/A
  • Summary:This is a constructor for the class.

Protected Constructors

Public Methods

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

ToString

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Protected Methods

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Public Properties

AdornmentLayers

  • Return:IEnumerable<AdornmentLayer>
  • Summary:This property gets and sets the AdornmentLayers that have been drawn.

Protected Properties

Public Events

Public Constructors

AdornmentLayersDrawnEventArgs()

This is the default constructor for the class.

Remarks

This is the default constructor. If you use this constructor, then you need to set the required properties manually.

Parameters

AdornmentLayersDrawnEventArgs(IEnumerable<AdornmentLayer>)

This is a constructor for the class.

Remarks

None

Parameters

adornmentLayers

  • Type:IEnumerable<AdornmentLayer>
  • Description:This parameter is the AdornmentLayers that have been drawn. Go Back ===== Protected Constructors ===== ===== Public Methods ===== === Equals(Object) === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== obj * Type:Object * Description:N/A Go Back === GetHashCode() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetType() === N/A ==== Remarks ==== N/A Return Value * Return Type:Type * Description:N/A ==== Parameters ==== Go Back === ToString() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back ===== Protected Methods ===== === Finalize() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === MemberwiseClone() === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== Go Back ===== Public Properties ===== === AdornmentLayers === This property gets and sets the AdornmentLayers that have been drawn. ==== Remarks ==== None ==== Return Value ==== Return Type**:IEnumerable<AdornmentLayer>

Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.adornmentlayersdrawneventargs.1442484066.txt.gz · Last modified: 2015/09/17 10:01 by admin