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




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

Parameters

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

Reference

ImGearARTForms.DelegateButtonAction Members
ImageGear.ART.Forms Namespace
ImGearARTButton Class
ButtonAction Property