Input for WinForms | ComponentOne
C1.Win.Accessibility Namespace / ISupportUia Interface / BoundsChanged Event

In This Topic
    BoundsChanged Event
    In This Topic
    Occurs when the item bounds changed.
    Syntax
    'Declaration
     
    
    Event BoundsChanged As EventHandler(Of BoundsChangedEventArgs)
    Event Data

    The event handler receives an argument of type BoundsChangedEventArgs containing data related to this event. The following BoundsChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets new value.  
    Gets old value.  
    See Also