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

#include <IDrwEvtHandler.h>

Inheritance diagram for InvalEventData:
CDrawEventData

Public Member Functions

 InvalEventData (IPMUnknown *c, GraphicsData *g, ClassID r, int32 f)
 
- Public Member Functions inherited from CDrawEventData
 CDrawEventData (IPMUnknown *c, int32 f)
 

Public Attributes

GraphicsDatagd
 
ClassID reasonForInval
 
- Public Attributes inherited from CDrawEventData
IPMUnknownchangedBy
 
int32 flags
 

Detailed Description

Data class for Inval Events

Constructor & Destructor Documentation

InvalEventData::InvalEventData (IPMUnknownc,
GraphicsDatag,
ClassID r,
int32 f 
)
inline

constructor

Parameters
cIN who is dispatching this event
gIN current graphic data in place
rIN ClassID of the reason for invalidation
fIN see IShape.h for the drawing flags

Member Data Documentation

GraphicsData* InvalEventData::gd

Current graphic data in place.

ClassID InvalEventData::reasonForInval

ClassID of the reason for invalidation.