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

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

    Parameters

    e
    A C1SizerEventArgs that contains the event data.
    See Also