ImageGear .NET - Updated July 5, 2018
ImGearARTToolBar.DelegateSelect Delegate




ImageGear24.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