IMultiLineEditNotifyHandler

The IMultiLineEditNotifyHandler class processes events for all classes of multiline edit (MLE) controls.

This class is designed to handle events that require the IMultiLineEdit class to generate a notification. If notifications are enabled for this class, a notification is generated and sent to all observers when the proper conditions for the specific notification exist.


IMultiLineEditNotifyHandler - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class.


[view class]
~IMultiLineEditNotifyHandler
public:
virtual ~IMultiLineEditNotifyHandler()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IMultiLineEditNotifyHandler
public:
IMultiLineEditNotifyHandler()

This is the default constructor and accepts no parameters.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Event Dispatching

Event-dispatching members evaluate an event to determine if it is appropriate for this handler object to process it.


[view class]
dispatchHandlerEvent
protected:
virtual bool dispatchHandlerEvent(IEvent& anEvent)

Notifies the MLE observers if any of the following events are received:

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IMultiLineEditNotifyHandler - Inherited Member Functions and Data

Inherited Public Functions

IHandler
ITextControlNotifyHandler
IWindowNotifyHandler

Inherited Public Data

Inherited Protected Functions

IHandler
IWindowNotifyHandler

Inherited Protected Data