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






oldContent
newContent

Syntax

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

Parameters

oldContent
newContent

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.