ESRI.ArcGIS.ADF.Local
Invalidated Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.COMSupport Namespace > OLE Class : Invalidated Event




Syntax

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 OLE
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

Event Data

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.

PropertyDescription
InvalidRect Gets the System.Drawing.Rectangle that contains the invalidated window area.

Requirements

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

See Also

© 2011 All Rights Reserved.