Table of Contents

Delegate CreatePropertyEventHandler

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

Represents the method that will handle the create property event in PropertyGrid.

public delegate void CreatePropertyEventHandler(object? sender, CreatePropertyEventArgs e)

Parameters

sender object

The source of the event.

e CreatePropertyEventArgs

An CreatePropertyEventArgs object that contains the event data.