ICnrEndEditEvent

The ICnrEndEditEvent class retrieves information about a container direct edit event. Objects of this class are dispatched when text editing is complete.


ICnrEndEditEvent - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class.


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

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
ICnrEndEditEvent
public:
ICnrEndEditEvent(const IControlEvent& evt)

Although you can create objects of this class, typically ICnrEditHandler::dispatchHandlerEvent creates them from an IControlEvent object in response to a notification from the container that direct editing has ended.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Event Information

Use these members to query and set the accessible attributes of this class.


[view class]
currentText
public:
IString currentText()

Returns the current text stored in the container.

If ICnrReallocStringEvent::reallocateString returns true, indicating that the text was reallocated, the returned text is the text entered by the user in the edit field.

If ICnrReallocStringEvent::reallocateString returns false, indicating that the text was not reallocated, the returned text is the text that was in the edit field before editing began.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
newText
public:
IString newText()

Returns the text the user entered in the edit field.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


ICnrEndEditEvent - Inherited Member Functions and Data

Inherited Public Functions

ICnrEditEvent
ICnrEvent
IControlEvent
IEvent

Inherited Public Data

Inherited Protected Functions

ICnrEvent
ICnrEditEvent

Inherited Protected Data