ImageGear .NET - Updated
ImGearARTForms.DelegateHotSpotAction Delegate




ImageGear24.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)
public delegate void ImGearARTForms.DelegateHotSpotAction( 
   ImGearARTHotSpot mark
)
public: __gc __delegate void ImGearARTForms.DelegateHotSpotAction( 
   ImGearARTHotSpot* mark
)
public delegate void ImGearARTForms.DelegateHotSpotAction( 
   ImGearARTHotSpot^ mark
)

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