C1.WPF.FlexGrid.GroupPanel.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridGroupPanel Class / SizeChanged Event

SizeChanged Event (C1FlexGridGroupPanel)
Syntax
'Declaration
 
Public Event SizeChanged As SizeChangedEventHandler
 
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
(Inherited from System.Windows.RoutedEventArgs)
Gets a value that indicates whether the System.Windows.FrameworkElement.Height component of the size changed.  
Gets the new System.Windows.Size of the object.  
(Inherited from System.Windows.RoutedEventArgs)
Gets the previous System.Windows.Size of the object.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
Gets a value that indicates whether the System.Windows.FrameworkElement.Width component of the size changed.  
See Also