Intersoft ClientUI Documentation
OnIsActiveChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindowChrome Class : OnIsActiveChanged Method






oldValue
The old value of the IsActive property.
newValue
The new value of the IsActive property.
Called when the value of IsActive property is changed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnIsActiveChanged( _
   ByVal oldValue As Boolean, _
   ByVal newValue As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXWindowChrome
Dim oldValue As Boolean
Dim newValue As Boolean
 
instance.OnIsActiveChanged(oldValue, newValue)
C# 
protected virtual void OnIsActiveChanged( 
   bool oldValue,
   bool newValue
)
Delphi 
protected procedure OnIsActiveChanged( 
    oldValue: Boolean;
    newValue: Boolean
); virtual; 
JScript 
protected function OnIsActiveChanged( 
   oldValue : boolean,
   newValue : boolean
);
Managed Extensions for C++ 
protected: virtual void OnIsActiveChanged( 
   bool oldValue,
   bool newValue
) 
C++/CLI 
protected:
virtual void OnIsActiveChanged( 
   bool oldValue,
   bool newValue
) 

Parameters

oldValue
The old value of the IsActive property.
newValue
The new value of the IsActive property.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.