GCF LOGO VCL LOGO
GCF::ContentUnloadEvent Class Reference

Contains parameters that describe a content-unload event

#include <GCF3/Component>
.

Public Member Functions

bool isPreContentUnload () const
 
bool isPostContentUnload () const
 

Member Function Documentation

bool GCF::ContentUnloadEvent::isPreContentUnload ( ) const
Returns
true if this class describes a pre-content unload event, false otherwise.
See Also
GCF::Component::contentUnloadEvent()
bool GCF::ContentUnloadEvent::isPostContentUnload ( ) const
Returns
true if this class describes a post-content unload event, false otherwise.
See Also
GCF::Component::contentUnloadEvent()