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



e
The event data.

Glossary Item Box

Called when the selection changes.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnSelectionChanged( _
   ByVal e As SelectionChangedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As K2ComboBox
Dim e As SelectionChangedEventArgs
 
instance.OnSelectionChanged(e)
C# 
protected override void OnSelectionChanged( 
   SelectionChangedEventArgs e
)
C++/CLI 
protected:
void OnSelectionChanged( 
   SelectionChangedEventArgs^ e
) override 

Parameters

e
The event data.

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