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


In This Topic
    OnMultiSelectionEnded Method (NView)
    In This Topic
    Called by the selection when a multi selection session has ended
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnMultiSelectionEnded() 
    'Usage
     
    
    Dim instance As NView
     
    instance.OnMultiSelectionEnded()
    public virtual void OnMultiSelectionEnded()
    Remarks
    This implementation fires the MultiSelectionEnded event
    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