PresentationSource::ContentRendered Event

 

Occurs when content is rendered and ready for user interaction.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
event EventHandler^ ContentRendered {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: