ToolboxItem.ComponentsCreating イベント

定義

コンポーネントが作成されるときに発生します。

public:
 event System::Drawing::Design::ToolboxComponentsCreatingEventHandler ^ ComponentsCreating;
public event System.Drawing.Design.ToolboxComponentsCreatingEventHandler ComponentsCreating;
public event System.Drawing.Design.ToolboxComponentsCreatingEventHandler? ComponentsCreating;
member this.ComponentsCreating : System.Drawing.Design.ToolboxComponentsCreatingEventHandler 
Public Custom Event ComponentsCreating As ToolboxComponentsCreatingEventHandler 

イベントの種類

注釈

イベントは ComponentsCreating 、ツールボックス項目のコンポーネントが作成されるたびに発生します。

イベントの処理の詳細については、「処理とイベントの発生」を参照してください。

適用対象

こちらもご覧ください