ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ValueIntervalCollection Class / OnSet Method

In This Topic
    OnSet Method
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnSet( _
       ByVal index As Integer, _
       ByVal oldValue As Object, _
       ByVal newValue As Object _
    ) 
    protected override void OnSet( 
       int index,
       object oldValue,
       object newValue
    )

    Parameters

    index
    oldValue
    newValue
    See Also