Show / Hide Table of Contents

Delegate CatalogItem.CreateHandler

Delegate for event that happens on instance created of Assembly created from item.

Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public delegate Assembly CreateHandler(string group, string title, object properties);
Parameters
Type Name Description
System.String group

Title of the group the item belongs to in the catalog window.

System.String title

Title of the item in the catalog window.

System.Object properties

Properties to be shown in the Property window for the Assembly in the scene.

Returns
Type Description
Assembly
Back to top Generated by DocFX