DashboardLayout for WinForms | ComponentOne
C1.Win.C1SplitContainer Namespace / C1SplitContainer Class / SplitterMoving Event

In This Topic
    SplitterMoving Event (C1SplitContainer)
    In This Topic
    Occurs when the splitter control is in the process of moving.
    Syntax
    'Declaration
     
    
    Public Event SplitterMoving As SplitterCancelEventHandler
    public event SplitterCancelEventHandler SplitterMoving
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the X coordinate of the mouse pointer in client coordinates.  
    Gets the Y coordinate of the mouse pointer in client coordinates.  
    Gets or sets the X coordinate of the upper left corner of the System.Windows.Forms.SplitContainer in client coordinates.  
    Gets or sets the Y coordinate of the upper left corner of the System.Windows.Forms.SplitContainer in client coordinates.  
    See Also