←Select platform

ImageSizeChanged Event

Summary

Occurs when the control size changes.

Syntax

C#
VB
C++
public event SizeChangedEventHandler ImageSizeChanged 
  
Public Event ImageSizeChanged As SizeChangedEventHandler 
public: 
event SizeChangedEventHandler^ ImageSizeChanged 

Event Data

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

PropertyDescription
Handled (Inherited from System.Windows.RoutedEventArgs)
HeightChanged
NewSize
OriginalSource (Inherited from System.Windows.RoutedEventArgs)
PreviousSize
RoutedEvent (Inherited from System.Windows.RoutedEventArgs)
Source (Inherited from System.Windows.RoutedEventArgs)
WidthChanged
Remarks

This event is raised if any action through user interaction or programmatically that cause the control size to change, for example, through the resizing of the owner window or container or if the image inside th eSource property changes.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly