BCGControlBar Library for .NET
SplitterMoved Event




Occurs on mouse up event after the user moves splitter control by mouse.
Syntax
'Declaration
 
Public Event SplitterMoved As SplitterControlMovedEventHandler
'Usage
 
Dim instance As SplitterControl
Dim handler As SplitterControlMovedEventHandler
 
AddHandler instance.SplitterMoved, handler
public event SplitterControlMovedEventHandler SplitterMoved
public: __event SplitterControlMovedEventHandler* SplitterMoved
public:
event SplitterControlMovedEventHandler^ SplitterMoved
Event Data

The event handler receives an argument of type SplitterControlMovedEventArgs containing data related to this event. The following SplitterControlMovedEventArgs properties provide information specific to this event.

PropertyDescription
Value The distance to which the splitter control was moved.
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

SplitterControl Class
SplitterControl Members

Send Feedback