AWind
|
Interface that provides content change notifications (like text is changed in text box) from child window to parent window. If you want receive notification in the parent window you need derive you window class from interface class and implement NotifyContentChanged member function. More...
#include <IContentChangedEventReceiver.h>
Public Member Functions | |
virtual void | NotifyContentChanged (Window *window)=0 |
Has to be implemented in target class. More... | |
Interface that provides content change notifications (like text is changed in text box) from child window to parent window. If you want receive notification in the parent window you need derive you window class from interface class and implement NotifyContentChanged member function.
|
pure virtual |
Has to be implemented in target class.
window | pointer to window (like TextBox) wich content was changed |
Implemented in Oscilloscope.