<< Click to Display Table of Contents >> UDOPaint Event - .NET |
[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