Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEWN_GRAPHANNOTATIONMOVED

The PEWN_GRAPHANNOTATIONMOVED notification message is sent to the parent window when the user drags a PEGAT_POINTER type annotation when GraphAnnotMoveable enables movement. When processing this event, read the PEP_nGRAPHANNOTATIONMOVED property to learn which table annotation was moved.

 

Parameter

Description

wParam

Specifies the control identifier in its low-order word and the PEWN_GRAPHANNOTATIONMOVED notification code in its high-order word..

lParam

Contains the Windows/ProEssentials handle for the object

 

Comments

.NET developers use the PeGraphAnnotationMoved event.

OCX/VCL developers use the GraphAnnotationMoved event.

 

See Also: ProEssentials Messages

 

For an example: See the included VC6 Example Project, "PEVIEW.CPP" file, OnCommand handler for an example of event processing. This project will load into VC6 or Visual Studio .NET.