Table of Contents

Event PropertyCustomCreate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when new property item is created.

public event CreatePropertyEventHandler? PropertyCustomCreate

Returns

CreatePropertyEventHandler
Occurs when new property item is created.

Remarks

Use this event to override default property item creation mechanism used inside SetProps(object?, bool) and similar methods where object's PropertyInfo is converted to the IPropertyGridItem.