ComponentOne DashboardLayout for WinForms
SplitterMoved Event

C1.Win.C1SplitContainer Namespace > C1SplitContainer Class : SplitterMoved Event
Occurs when the splitter control is moved.
Syntax
'Declaration
 
Public Event SplitterMoved As SplitterEventHandler
public event SplitterEventHandler SplitterMoved
Event Data

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

PropertyDescription
Gets or sets the x-coordinate of the upper-left corner of the System.Windows.Forms.Splitter (in client coordinates).  
Gets or sets the y-coordinate of the upper-left corner of the System.Windows.Forms.Splitter (in client coordinates).  
Gets the x-coordinate of the mouse pointer (in client coordinates).  
Gets the y-coordinate of the mouse pointer (in client coordinates).  
See Also