ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTForms.DelegateHotSpotAction Delegate
Reference to the Hot Spot mark.




In This Topic
    ImGearARTForms.DelegateHotSpotAction Delegate
    In This Topic
    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