CFx SDK Documentation 2024 SP0
|
#include <FxUIEvent.h>
Public Member Functions | |
CFxUIHideEvent () | |
~CFxUIHideEvent () | |
Public Member Functions inherited from CFxUIEvent | |
CFxUIEvent (Type type) | |
virtual | ~CFxUIEvent () |
Type | type () const |
Additional Inherited Members | |
Public Types inherited from CFxUIEvent | |
enum | Type { None = 0 , FocusIn = 8 , FocusOut = 9 , Paint = 12 , Resize = 14 , Show = 17 , Hide = 18 } |
Protected Attributes inherited from CFxUIEvent | |
ushort | t |
Class CFxUIHideEvent provides an event occurred when a widget is hidden.
Definition at line 88 of file FxUIEvent.h.
CFxUIHideEvent::CFxUIHideEvent | ( | ) |
Constructor
CFxUIHideEvent::~CFxUIHideEvent | ( | ) |
Destructor