Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NColorBoxControl Class / SizeChanged Event


In This Topic
    SizeChanged Event (NColorBoxControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event SizeChanged As System.Windows.SizeChangedEventHandler
    'Usage
     
    
    Dim instance As NColorBoxControl
    Dim handler As System.Windows.SizeChangedEventHandler
     
    AddHandler instance.SizeChanged, handler
    public event System.Windows.SizeChangedEventHandler SizeChanged
    Event Data

    The event handler receives an argument of type System.Windows.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.  
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also