'Declaration
Event BoundsChanged As EventHandler(Of BoundsChangedEventArgs)
event EventHandler<BoundsChangedEventArgs> BoundsChanged
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.
Property | Description |
---|---|
NewValue | Gets new value. |
OldValue | Gets old value. |
See Also