Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / ChildWindow Class / OnWindowStartupLocationChanged(WindowStartupLocation,WindowStartupLocation) Method
The old WindowStartupLocation value.
The new WindowStartupLocation value.


In This Topic
    OnWindowStartupLocationChanged(WindowStartupLocation,WindowStartupLocation) Method
    In This Topic
    Called when WindowStartupLocation changes.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnWindowStartupLocationChanged( _
       ByVal oldValue As WindowStartupLocation, _
       ByVal newValue As WindowStartupLocation _
    ) 
    'Usage
     
    Dim instance As ChildWindow
    Dim oldValue As WindowStartupLocation
    Dim newValue As WindowStartupLocation
     
    instance.OnWindowStartupLocationChanged(oldValue, newValue)
    protected virtual void OnWindowStartupLocationChanged( 
       WindowStartupLocation oldValue,
       WindowStartupLocation newValue
    )

    Parameters

    oldValue
    The old WindowStartupLocation value.
    newValue
    The new WindowStartupLocation value.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also