UDOPaint Event - .NET

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the .NET Control >

UDOPaint Event - .NET

Previous pageReturn to chapter overviewNext page

[Professional Edition and above]

Is fired as a notification from a User Defined Object (UDO). The object needs to be painted to the output device.

See the description of the User Defined Objects for information on how to process this event.

EventHandler VPE.UDOPaint(

object sender,

System.EventArgs e

)

object sender

the VPE document object that fired the event

System.EventArgs e

event data, see .NET documentation

 

See also:

User Defined Object