ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTToolBar Class / NotifySelect Field




In This Topic
    NotifySelect Field
    In This Topic
    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