ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitContainer Class / SplitterMoved Event

In This Topic
    SplitterMoved Event
    In This Topic
    Occurs when the splitter control is moved.
    Syntax
    'Declaration
     
    Public Event SplitterMoved As System.Windows.Forms.SplitterEventHandler
    public event System.Windows.Forms.SplitterEventHandler SplitterMoved
    Event Data

    The event handler receives an argument of type System.Windows.Forms.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