Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NSelection Class / OnItemDeselected Method
item which has been deselected


In This Topic
    OnItemDeselected Method (NSelection)
    In This Topic
    Called when the specified item has been deselected
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnItemDeselected( _
       ByVal item As NTextElement _
    ) 
    'Usage
     
    
    Dim instance As NSelection
    Dim item As NTextElement
     
    instance.OnItemDeselected(item)
    protected virtual void OnItemDeselected( 
       NTextElement item
    )

    Parameters

    item
    item which has been deselected
    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