Input for WinForms | ComponentOne
C1.Win.Util Namespace / BoundsChangedEventArgs Class / BoundsChangedEventArgs Constructor
Old value.
New value.

In This Topic
    BoundsChangedEventArgs Constructor
    In This Topic
    Creates instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal oldValue As Rectangle, _
       ByVal newValue As Rectangle _
    )
    public BoundsChangedEventArgs( 
       Rectangle oldValue,
       Rectangle newValue
    )

    Parameters

    oldValue
    Old value.
    newValue
    New value.
    See Also