InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CDrawEventData Class Reference

#include <IDrwEvtHandler.h>

Inheritance diagram for CDrawEventData:
DrawEventDataGetBBoxEventDataHitTestEventDataInvalEventDataIterateEventData

Public Member Functions

 CDrawEventData (IPMUnknown *c, int32 f)
 

Public Attributes

IPMUnknownchangedBy
 
int32 flags
 

Detailed Description

Common parent data class for draw/hittest/inval/iterate events: (provided so a common handler can get access to the common members).

Constructor & Destructor Documentation

CDrawEventData::CDrawEventData (IPMUnknownc,
int32 f 
)
inline

constructor

Parameters
cIN who is dispatching this event
fIN see IShape.h for the drawing flags

Member Data Documentation

IPMUnknown* CDrawEventData::changedBy

Who is dispatching this event.

int32 CDrawEventData::flags

See IShape.h for the drawing flags.