Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButtonList Class / OnSet Method

In This Topic
    OnSet Method (ToolBarButtonList)
    In This Topic
    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