ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / OnSplitterMoved Method
A C1SizerEventArgs that contains the event data.

In This Topic
    OnSplitterMoved Method (C1Sizer)
    In This Topic
    Raises the OnSplitterMoved event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnSplitterMoved( _
       ByVal e As C1SizerEventArgs _
    ) 
    protected virtual void OnSplitterMoved( 
       C1SizerEventArgs e
    )

    Parameters

    e
    A C1SizerEventArgs that contains the event data.
    See Also