Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSelection Class / OnMultiSelectionEnded Method


In This Topic
    OnMultiSelectionEnded Method (NSelection)
    In This Topic
    Called to end a multi selection session
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMultiSelectionEnded() 
    'Usage
     
    
    Dim instance As NSelection
     
    instance.OnMultiSelectionEnded()
    protected virtual void OnMultiSelectionEnded()
    Remarks
    This implementation calls the NView OnMultiSelectionEnded method if the multi selection is not nested
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also