This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.androidedition.drawingexceptionoverlayeventargs [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.androidedition.drawingexceptionoverlayeventargs [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs ====== | ====== ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | + | Provides data for the DrawingExceptionOverlay event. | |
| - | <!-- Class --> | + | |
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **System.EventArgs | + | *System.EventArgs |
| - | ***[[ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs]] | + | ***ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} DrawingExceptionOverlayEventArgs() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawingExceptionOverlayEventArgs()|DrawingExceptionOverlayEventArgs]] | | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawingExceptionOverlayEventArgs(GeoCanvas, Exception)|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawingExceptionOverlayEventArgs(GeoCanvas, Exception, Boolean)|DrawingExceptionOverlayEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]], Exception, Boolean | | | | + | |
| - | ==== Protected Constructors ==== | + | * //Initializes a new instance of the class.// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | * //N/A// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} DrawingExceptionOverlayEventArgs(GeoCanvas,Exception) ** | ||
| + | * //Initializes a new instance of the class.// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Parameters == | ||
| + | * //canvas// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| + | * Description:The canvas. | ||
| + | |||
| + | * //exception// | ||
| + | * Type:Exception | ||
| + | * Description:The exception. | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} DrawingExceptionOverlayEventArgs(GeoCanvas,Exception,Boolean) ** | ||
| + | |||
| + | * //Initializes a new instance of the class.// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Parameters == | ||
| + | * //canvas// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| + | * Description:The canvas. | ||
| + | |||
| + | * //exception// | ||
| + | * Type:Exception | ||
| + | * Description:The exception. | ||
| + | |||
| + | * //cancel// | ||
| + | * Type:Boolean | ||
| + | * Description:if set to true [cancel]. | ||
| + | |||
| + | <div newline></div> | ||
| + | ==== Protected Constructors ==== | ||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| - | ==== Protected Methods ==== | + | * //N/A// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //N/A// |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Cancel|Cancel]] | Boolean | | | | + | * Description:N/A |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Canvas|Canvas]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Exception|Exception]] | Exception | | | | + | |
| - | ==== Protected Properties ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | ==== Public Events ==== | + | * //N/A// |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | ===== Public Constructors ===== | + | == Return Value == |
| - | ==== DrawingExceptionOverlayEventArgs() ==== | + | * Type:Boolean |
| - | === Parameters === | + | * Description:N/A |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | ==== DrawingExceptionOverlayEventArgs(GeoCanvas, Exception) ==== | + | * //obj// |
| - | === Parameters === | + | * Type:Object |
| - | ^ Name ^ Type ^ Description ^ | + | * Description:N/A |
| - | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | |
| - | | exception | Exception<!-- System.Exception --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | <div newline></div> |
| - | ==== DrawingExceptionOverlayEventArgs(GeoCanvas, Exception, Boolean) ==== | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | |
| - | | exception | Exception<!-- System.Exception --> | | | + | |
| - | | cancel | Boolean<!-- System.Boolean --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | * //N/A// |
| - | ===== Protected Constructors ===== | + | == Remarks == |
| - | ===== Public Methods ===== | + | * //N/A// |
| - | ==== Equals(Object) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
| - | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== GetHashCode() ==== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Type |
| - | ==== GetType() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ==== Protected Methods ==== | ||
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== ToString() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ===== Protected Methods ===== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
| - | ==== Finalize() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Object |
| - | ==== MemberwiseClone() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ==== Public Properties ==== | ||
| + | ** {{wiki:PublicProperty.gif|}} Exception ** | ||
| - | <!-- System.Object --> | + | * //Gets or sets the exception.// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ===== Public Properties ===== | + | * //N/A// |
| - | ==== Cancel ==== | + | == Return Value == |
| - | === Return Value === | + | * Type:Exception |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> | + | ** {{wiki:PublicProperty.gif|}} Canvas ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Canvas ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | + | |
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> | + | * //Gets or sets the canvas.// |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== Exception ==== | + | * //N/A// |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
| - | | Exception<!-- System.Exception --> | | + | |
| - | <!-- ThinkGeo.MapSuite.AndroidEdition.DrawingExceptionOverlayEventArgs --> | + | ** {{wiki:PublicProperty.gif|}} Cancel ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ===== Protected Properties ===== | + | * //Gets or sets a value indicating whether this is cancel.// |
| - | ===== Public Events ===== | + | == Remarks == |
| - | __NOTOC__ | + | * //N/A// |
| - | [[Category:AndroidEdition]] | + | == Return Value == |
| - | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | + | * Type:Boolean |
| - | [[Category:UpdateDocumentation]] | + | |
| + | ==== Protected Properties ==== | ||
| + | ==== Public Events ==== | ||