Method OnPropertyCreated
OnPropertyCreated(IPropertyGridItem, object, PropertyInfo, IPropertyGridNewItemParams?)
Called after IPropertyGridItem created for the
specified instance
and propInfo
.
public virtual void OnPropertyCreated(IPropertyGridItem item, object instance, PropertyInfo propInfo, IPropertyGridNewItemParams? prm)
Parameters
item
IPropertyGridItemProperty item.
instance
objectInstance that contains the property.
propInfo
PropertyInfoProperty info.
prm
IPropertyGridNewItemParamsProperty item create parameters.
OnPropertyCreated(IPropertyGridItem, IPropertyGridNewItemParams?)
Called after IPropertyGridItem created.
protected virtual void OnPropertyCreated(IPropertyGridItem item, IPropertyGridNewItemParams? prm)
Parameters
item
IPropertyGridItemProperty item.
prm
IPropertyGridNewItemParamsProperty item create parameters.