Event PropertyCustomCreate
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.