ImageGear for .NET
ImGearARTForms.DelegateButtonAction Delegate




Reference to the Button mark.
A delegate for interacting with the Button annotation.
Syntax
public delegate void ImGearARTForms.DelegateButtonAction( 
   ImGearARTButton mark
)
public: __gc __delegate void ImGearARTForms.DelegateButtonAction( 
   ImGearARTButton* mark
)
public delegate void ImGearARTForms.DelegateButtonAction( 
   ImGearARTButton^ mark
)
'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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback