ImageGear PDF v25.1 - Updated July 30, 2021
ImGearARTForms.DelegateHotSpotAction Delegate




ImageGear.Art.Forms Assembly > ImageGear.ART.Forms Namespace : ImGearARTForms.DelegateHotSpotAction Delegate
Reference to the Hot Spot mark.
A delegate for interacting with the Hot Spot annotation.
Syntax
'Declaration
 
Public Delegate Sub ImGearARTForms.DelegateHotSpotAction( _
   ByVal mark As ImGearARTHotSpot _
) 
 
'Usage
 
Dim instance As New ImGearARTForms.DelegateHotSpotAction(AddressOf HandlerMethod)

Parameters

mark
Reference to the Hot Spot mark.
Remarks
This delegate, if registered, is automatically called from the ART forms running in the RUN mode when the user clicks on the Hot Spot annotation.
See Also

Reference

ImGearARTForms.DelegateHotSpotAction Members
ImageGear.ART.Forms Namespace
ImGearARTHotSpot Class