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

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

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