ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / SplitterMoved Event

In This Topic
    SplitterMoved Event (C1Sizer)
    In This Topic
    Syntax
    'Declaration
     
    Public Event SplitterMoved As C1SizerEventHandler
    public event C1SizerEventHandler SplitterMoved
    Event Data

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

    PropertyDescription
    Gets a reference to the band (row or column) that caused the event.  
    Gets the X coordinate of the mouse when the event is fired.  
    Gets the X coordinate of the mouse when the event is fired.  
    See Also