Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / UserInterfaceBase Class / Update Method

In This Topic
    Update Method (UserInterfaceBase)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Sub Update( _
       ByVal another As IUserInterfaceElement _
    ) 
    public abstract void Update( 
       IUserInterfaceElement another
    )

    Parameters

    another
    See Also