Intersoft ClientUI Documentation
OnWindowStateChanged Method



The previous window state.
The new window state.
Called when the window state is changed.
Syntax
Protected Overridable Sub OnWindowStateChanged( _
   ByVal fromState As WindowState, _
   ByVal toState As WindowState _
) 
Dim instance As UXWindow
Dim fromState As WindowState
Dim toState As WindowState
 
instance.OnWindowStateChanged(fromState, toState)
protected virtual void OnWindowStateChanged( 
   WindowState fromState,
   WindowState toState
)
protected:
virtual void OnWindowStateChanged( 
   WindowState fromState,
   WindowState toState
) 

Parameters

fromState
The previous window state.
toState
The new window state.
Requirements

Target Platforms: 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

UXWindow Class
UXWindow Members

Send Feedback