Xceed Toolkit Plus for WPF v4.6 Documentation
OnDesignerWindowStatePropertyChanged(WindowState,WindowState) Method


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > ChildWindow Class : OnDesignerWindowStatePropertyChanged(WindowState,WindowState) Method
The old WindowState value.
The new WindowState value.
Called when DesignerWindowState changes.
Syntax
'Declaration
 
Protected Overridable Sub OnDesignerWindowStatePropertyChanged( _
   ByVal oldValue As WindowState, _
   ByVal newValue As WindowState _
) 
'Usage
 
Dim instance As ChildWindow
Dim oldValue As WindowState
Dim newValue As WindowState
 
instance.OnDesignerWindowStatePropertyChanged(oldValue, newValue)
protected virtual void OnDesignerWindowStatePropertyChanged( 
   WindowState oldValue,
   WindowState newValue
)

Parameters

oldValue
The old WindowState value.
newValue
The new WindowState 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

Reference

ChildWindow Class
ChildWindow Members