LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Invalidated Event
See Also 
Leadtools.Medical3D Namespace > Medical3DControl Class : Invalidated Event



Occurs when a control's display requires redrawing.

Syntax

Visual Basic (Declaration) 
<SRDescriptionAttribute("Occurs when a control's display requires redrawing.")>
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<SRCategoryAttribute("Appearance")>
Public Event Invalidated As InvalidateEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Medical3DControl
Dim handler As InvalidateEventHandler
 
AddHandler instance.Invalidated, handler
C# 
[SRDescriptionAttribute("Occurs when a control's display requires redrawing.")]
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[SRCategoryAttribute("Appearance")]
public event InvalidateEventHandler Invalidated
C++/CLI 
[SRDescriptionAttribute("Occurs when a control's display requires redrawing.")]
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[SRCategoryAttribute("Appearance")]
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features