ImageGear PDF v25.1 - Updated
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)
public delegate void ImGearARTForms.DelegateButtonAction( 
   ImGearARTButton mark
)
public: __gc __delegate void ImGearARTForms.DelegateButtonAction( 
   ImGearARTButton* mark
)
public delegate void ImGearARTForms.DelegateButtonAction( 
   ImGearARTButton^ mark
)

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