Accusoft.NotateXpressSdk Namespace : NotateXpress.UserDrawEventHandler Delegate |
'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 )
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.