Intersoft ClientUI Documentation
OnSelectionModeChanged Method (ISDragableMultipleSelectionControl)



Old value.
New value.
Occurs when selection mode property is changed.
Syntax
Protected Overrides Sub OnSelectionModeChanged( _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
Dim instance As ISDragableMultipleSelectionControl
Dim oldValue As Object
Dim newValue As Object
 
instance.OnSelectionModeChanged(oldValue, newValue)
protected override void OnSelectionModeChanged( 
   object oldValue,
   object newValue
)
protected:
void OnSelectionModeChanged( 
   Object^ oldValue,
   Object^ newValue
) override 

Parameters

oldValue
Old value.
newValue
New value.
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

Reference

ISDragableMultipleSelectionControl Class
ISDragableMultipleSelectionControl Members

Send Feedback