AWind
IContentChangedEventReceiver Class Referenceabstract

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>

Inheritance diagram for IContentChangedEventReceiver:
Oscilloscope

Public Member Functions

virtual void NotifyContentChanged (Window *window)=0
 Has to be implemented in target class. More...
 

Detailed Description

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.

Member Function Documentation

virtual void IContentChangedEventReceiver::NotifyContentChanged ( Window window)
pure virtual

Has to be implemented in target class.

Parameters
windowpointer to window (like TextBox) wich content was changed

Implemented in Oscilloscope.


The documentation for this class was generated from the following file: