OnItemContainerStyleChanged Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2ComboBox Class : OnItemContainerStyleChanged Method



oldItemContainerStyle
newItemContainerStyle

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Overridable Sub OnItemContainerStyleChanged( _
   ByVal oldItemContainerStyle As Style, _
   ByVal newItemContainerStyle As Style _
) 
Visual Basic (Usage) Copy Code
Dim instance As K2ComboBox
Dim oldItemContainerStyle As Style
Dim newItemContainerStyle As Style
 
instance.OnItemContainerStyleChanged(oldItemContainerStyle, newItemContainerStyle)
C#  
protected virtual void OnItemContainerStyleChanged( 
   Style oldItemContainerStyle,
   Style newItemContainerStyle
)
C++/CLI  
protected:
virtual void OnItemContainerStyleChanged( 
   Style^ oldItemContainerStyle,
   Style^ newItemContainerStyle
) 

Parameters

oldItemContainerStyle
newItemContainerStyle

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