ImageGear .NET v24.12 - Updated
NotifySelect Field




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTToolBar Class : NotifySelect Field
Specifies a reference to ImGearARTToolBar.DelegateSelect delegate, if registered.
Syntax
'Declaration
 
Public NotifySelect As ImGearARTToolBar.DelegateSelect
'Usage
 
Dim instance As ImGearARTToolBar
Dim value As ImGearARTToolBar.DelegateSelect
 
value = instance.NotifySelect
 
instance.NotifySelect = value
public ImGearARTToolBar.DelegateSelect NotifySelect
public: ImGearARTToolBar.DelegateSelect* NotifySelect
public:
ImGearARTToolBar.DelegateSelect^ NotifySelect

Field Value

ImGearARTToolBar.DelegateSelect delegate value.
Remarks
This delegate is automatically called from the ART forms when the user clicks toolbar button to select a mark type.
See Also

Reference

ImGearARTToolBar Class
ImGearARTToolBar Members
ImGearARTToolBar.DelegateSelect Delegate