PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1AnchorInfoCollection Class / OnSetComplete Method

In This Topic
    OnSetComplete Method (C1AnchorInfoCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnSetComplete( _
       ByVal index As Integer, _
       ByVal oldValue As Object, _
       ByVal newValue As Object _
    ) 
    protected override void OnSetComplete( 
       int index,
       object oldValue,
       object newValue
    )

    Parameters

    index
    oldValue
    newValue
    See Also