thinkgeo.mapsuite.portablecore.drawingprogresschangedeventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.drawingprogresschangedeventargs [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.drawingprogresschangedeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs ======+====== ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**System.EventArgs +    *System.EventArgs 
-***System.ComponentModel.ProgressChangedEventArgs +      *System.ComponentModel.ProgressChangedEventArgs 
-****[[ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs]]+        ***ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} DrawingProgressChangedEventArgs() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#DrawingProgressChangedEventArgs()|DrawingProgressChangedEventArgs]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawingProgressChangedEventArgs(Int32,​ Object)|DrawingProgressChangedEventArgs]] ​  | Int32, Object ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawingProgressChangedEventArgs(Int32,​ Object, Int32, Int32)|DrawingProgressChangedEventArgs]] ​  | Int32, Object, Int32, Int32   ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} DrawingProgressChangedEventArgs(Int32,​Object) **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​progressPercentage//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​userState//​
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DrawingProgressChangedEventArgs(Int32,​Object,​Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​progressPercentage//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​userState//​
 +    * Type:Object
 +    * Description:​N/​A
 +
 +  * //​featuresToDraw//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​featuresDrawn//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<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}}[[#​FeaturesDrawn|FeaturesDrawn]] ​  | Int32   ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FeaturesToDraw|FeaturesToDraw]] ​  | Int32   ​| ​   |    | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ProgressPercentage|ProgressPercentage]] ​  | Int32   | ProgressChangedEventArgs ​  ​| ​   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​UserState|UserState]] ​  | Object ​  | ProgressChangedEventArgs ​  ​| ​   |+
  
-==== 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 == 
-==== DrawingProgressChangedEventArgs() ==== +  ​Type:Boolean 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== DrawingProgressChangedEventArgs(Int32,​ Object) ==== +  ​* //obj// 
-=== Parameters ​=== +    ​* Type:Object 
- Name ^  Type ^  Description ^ +    ​* Description:​N/​A
-| progressPercentage ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| userState ​  | Object<​!-- System.Object --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +<div newline></div
-==== DrawingProgressChangedEventArgs(Int32,​ Object, Int32, Int32) ==== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| progressPercentage ​  | Int32<!-- System.Int32 --  |    | +
-| userState ​  | Object<!-- System.Object --  |    | +
-| featuresToDraw ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| featuresDrawn ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-[[#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|}} Cancel **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-===== Public Properties ===== +  * //N/A// 
-==== Cancel ==== +== Return Value == 
-=== Return Value === +  ​* ​Type:Boolean
-^ Return ​Type +
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs --> +** {{wiki:​PublicProperty.gif|}} FeaturesToDraw **
-[[#Public Properties|Go Back]] +
-==== FeaturesDrawn ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== FeaturesToDraw ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-Int32<!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs --> +** {{wiki:​PublicProperty.gif|}} FeaturesDrawn **
-[[#Public Properties|Go Back]] +
-==== ProgressPercentage ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- System.ComponentModel.ProgressChangedEventArgs --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== UserState ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Object<​!-- System.Object --> ​  |+
  
-<!-- System.ComponentModel.ProgressChangedEventArgs --> +** {{wiki:​PublicProperty.gif|}} ProgressPercentage ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +  * //N/A// 
-===== Public Events ====+== Remarks == 
-__NOTOC__ +  * //N/A// 
-[[Category:​MapSuitePortableCore]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.PortableCore]] +  * Type:​Int32 
-[[Category:​UpdateDocumentation]]+ 
 +** {{wiki:​PublicProperty.gif|}} UserState ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Object 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.portablecore.drawingprogresschangedeventargs.1440040132.txt.gz · Last modified: 2015/09/21 08:06 (external edit)