ImageGear PDF v25.1 - Updated July 30, 2021
ImGearARTToolBar.DelegateSelect Delegate




ImageGear.Art.Forms Assembly > ImageGear.ART.Forms Namespace : ImGearARTToolBar.DelegateSelect Delegate
Selected mark type.
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)

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

Reference

ImGearARTToolBar.DelegateSelect Members
ImageGear.ART.Forms Namespace
ImGearARTMarkType Enumeration