Intersoft ClientUI Documentation
OnContentChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXFlow Namespace > UXFlowItem Class : OnContentChanged Method






oldContent
The old value of the Content property.
newContent
The new value of the Content property.
Called when the value of the Content property changes.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnContentChanged( _
   ByVal oldContent As Object, _
   ByVal newContent As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXFlowItem
Dim oldContent As Object
Dim newContent As Object
 
instance.OnContentChanged(oldContent, newContent)
C# 
protected override void OnContentChanged( 
   object oldContent,
   object newContent
)
Delphi 
protected procedure OnContentChanged( 
    oldContent: TObject;
    newContent: TObject
); override; 
JScript 
protected override function OnContentChanged( 
   oldContent : Object,
   newContent : Object
);
Managed Extensions for C++ 
protected: void OnContentChanged( 
   Object* oldContent,
   Object* newContent
) override 
C++/CLI 
protected:
void OnContentChanged( 
   Object^ oldContent,
   Object^ newContent
) override 

Parameters

oldContent
The old value of the Content property.
newContent
The new value of the Content 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.