ICnrBeginEditEvent

The ICnrBeginEditEvent class retrieves information about a container direct edit event. Objects of this class are dispatched when editing begins in one of the editable fields of the container. The event provides information about the text being edited as well as the type of text (heading, icon, or details view) being edited. See also ICnrEditHandler::beginEdit


ICnrBeginEditEvent - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class.


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

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
ICnrBeginEditEvent
public:
ICnrBeginEditEvent(const IControlEvent& event)

Although you can create objects of this class, typically ICnrEditHandler::dispatchHandlerEvent creates them from an IControlEvent object in response to a request to begin editing.

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 edit field.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


ICnrBeginEditEvent - Inherited Member Functions and Data

Inherited Public Functions

ICnrEditEvent
ICnrEvent
IControlEvent
IEvent

Inherited Public Data

Inherited Protected Functions

ICnrEvent
ICnrEditEvent

Inherited Protected Data