|     | 
| ESRI.ArcGIS.ADF.Web.DataSources.IMS | |
| Invalidated Event | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.DataSources.IMS.Design Namespace > ArcIMSGeocodeResourceDefinitionEditorForm Class : Invalidated Event | 
| Visual Basic (Declaration) | |
|---|---|
| <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRCategoryAttribute("Appearance")> <SRDescriptionAttribute("Occurs when a control's display requires redrawing.")> <BrowsableAttribute(False)> Public Event Invalidated As InvalidateEventHandler | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ArcIMSGeocodeResourceDefinitionEditorForm Dim handler As InvalidateEventHandler AddHandler instance.Invalidated, handler | |
| C# | |
|---|---|
| [EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [SRCategoryAttribute("Appearance")] [SRDescriptionAttribute("Occurs when a control's display requires redrawing.")] [BrowsableAttribute(false)] public event InvalidateEventHandler Invalidated | |
The event handler receives an argument of type InvalidateEventArgs containing data related to this event. The following InvalidateEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| InvalidRect | Gets the System.Drawing.Rectangle that contains the invalidated window area. | 
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
     
    