Version

OnInsertionMarkChanged Method

Invoked when the insertion mark is rendered or cleared
Syntax
'Declaration
 
Protected Overridable Sub OnInsertionMarkChanged( _
   ByVal index As Integer, _
   ByVal aboveItem As Boolean _
) 
protected virtual void OnInsertionMarkChanged( 
   int index,
   bool aboveItem
)

Parameters

index
Index at which the insertion mark was rendered
aboveItem
True if the insertion mark was above the specified item or false if it was below the specified item
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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