OnColorChanged(Color,Color) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.ColorPicker Namespace > ColorPicker Class : OnColorChanged(Color,Color) Method



oldValue
newValue

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Overridable Sub OnColorChanged( _
   ByVal oldValue As Color, _
   ByVal newValue As Color _
) 
Visual Basic (Usage) Copy Code
Dim instance As ColorPicker
Dim oldValue As Color
Dim newValue As Color
 
instance.OnColorChanged(oldValue, newValue)
C#  
protected virtual void OnColorChanged( 
   Color oldValue,
   Color newValue
)
C++/CLI  
protected:
virtual void OnColorChanged( 
   Color oldValue,
   Color newValue
) 

Parameters

oldValue
newValue

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