OnComponentsCreating Method
See Also 
SourceCode.Framework.Design Namespace > ToolboxItemWizard Class : OnComponentsCreating Method



args

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Sub OnComponentsCreating( _
   ByVal args As ToolboxComponentsCreatingEventArgs _
) 
Visual Basic (Usage) Copy Code
Dim instance As ToolboxItemWizard
Dim args As ToolboxComponentsCreatingEventArgs
 
instance.OnComponentsCreating(args)
C#  
protected void OnComponentsCreating( 
   ToolboxComponentsCreatingEventArgs args
)
C++/CLI  
protected:
void OnComponentsCreating( 
   ToolboxComponentsCreatingEventArgs^ args
) 

Parameters

args

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