ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTForms.DelegateButtonAction Delegate
Reference to the Button mark.




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