Delegate CreatePropertyEventHandler
Represents the method that will handle the create property event in PropertyGrid.
public delegate void CreatePropertyEventHandler(object? sender, CreatePropertyEventArgs e)
Parameters
senderobjectThe source of the event.
eCreatePropertyEventArgsAn CreatePropertyEventArgs object that contains the event data.