FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotChart Class / SizeChanged Event

In This Topic
    SizeChanged Event (FlexPivotChart)
    In This Topic
    Syntax
    'Declaration
     
    Public Event SizeChanged As SizeChangedEventHandler
    public event SizeChangedEventHandler SizeChanged
    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