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