ElementHost::Invalidated Event

 

Occurs when a control's display requires redrawing.

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

public:
[BrowsableAttribute(false)]
event InvalidateEventHandler^ Invalidated {
	void add(InvalidateEventHandler^ value);
	void remove(InvalidateEventHandler^ value);
}

For more information about the Invalidated event, see Control::Invalidated.

.NET Framework
Available since 3.0
Return to top
Show: