ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTToolBar.DelegateSelect Delegate
Selected mark type.




In This Topic
    ImGearARTToolBar.DelegateSelect Delegate
    In This Topic
    A delegate for notifications when annotation type is selected.
    Syntax
    'Declaration
     
    Public Delegate Sub ImGearARTToolBar.DelegateSelect( _
       ByVal button As ImGearARTMarkType _
    ) 
    'Usage
     
    Dim instance As New ImGearARTToolBar.DelegateSelect(AddressOf HandlerMethod)
    public delegate void ImGearARTToolBar.DelegateSelect( 
       ImGearARTMarkType button
    )
    public: __gc __delegate void ImGearARTToolBar.DelegateSelect( 
       ImGearARTMarkType button
    )
    public delegate void ImGearARTToolBar.DelegateSelect( 
       ImGearARTMarkType button
    )

    Parameters

    button
    Selected mark type.
    Remarks
    This delegate, if registered, is automatically called from the ART forms when the user clicks toolbar button to select a mark type.
    See Also