IFileDialogEvent

The IFileDialogEvent class encapsulates events used in an IFileDialogHandler object. It provides the name and length of the file that the event pertains to.


IFileDialogEvent - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class.


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

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IFileDialogEvent
public:
IFileDialogEvent(IEvent& event)
Although you can construct objects of this class, typically IFileDialogHandler::dispatchHandlerEvent creates objects of this class from an object of the class IEvent.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


File Name Accessors

Use these members to retrieve information about the event.


[view class]
fileLength
public:
unsigned long fileLength() const

Returns the length of the file name the event pertains to.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
fileName
public:
IString fileName() const

Returns the file name the event pertains to.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IFileDialogEvent - Inherited Member Functions and Data

Inherited Public Functions

IEvent

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data