Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NActionListSplitButton Class / DoActions Event


In This Topic
    DoActions Event
    In This Topic
    Occurs when the action button has closed its drop down menu and multiple actions need to be performed.
    Syntax
    'Declaration
     
    
    Public Event DoActions As Nevron.Nov.Function(Of NActionListSplitButtonDoActionsEventArgs)
    'Usage
     
    
    Dim instance As NActionListSplitButton
    Dim handler As Nevron.Nov.Function(Of NActionListSplitButtonDoActionsEventArgs)
     
    AddHandler instance.DoActions, handler
    public event Nevron.Nov.Function<NActionListSplitButtonDoActionsEventArgs> DoActions
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also