Accusoft.NotateXpress13.Net
NotateXpress.UserDrawEventHandler Delegate




The UserDraw event is raised for a Rectangle object during its paint when the Rectangle’s UserDraw attribute is True.
Syntax
'Declaration
 
Public Delegate Sub NotateXpress.UserDrawEventHandler( _
   ByVal sender As Object, _
   ByVal e As UserDrawEventArgs _
) 
'Usage
 
Dim instance As New NotateXpress.UserDrawEventHandler(AddressOf HandlerMethod)
public delegate void NotateXpress.UserDrawEventHandler( 
   object sender,
   UserDrawEventArgs e
)
public: __gc __delegate void NotateXpress.UserDrawEventHandler( 
   Object* sender,
   UserDrawEventArgs* e
)
public delegate void NotateXpress.UserDrawEventHandler( 
   Object^ sender,
   UserDrawEventArgs^ e
)

Parameters

sender
e
Remarks

When the UserDraw event is raised, the Rectangle does not perform its normal painting, but simply raises the event.

The event passes the device context, the Rectangle’s coordinates, Layer, Element, and UserLong.

See Also

Reference

NotateXpress.UserDrawEventHandler Members
Accusoft.NotateXpressSdk Namespace

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback