Table of Contents

Method OnPropertyCreated

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

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 IPropertyGridItem

Property item.

instance object

Instance that contains the property.

propInfo PropertyInfo

Property info.

prm IPropertyGridNewItemParams

Property item create parameters.

OnPropertyCreated(IPropertyGridItem, IPropertyGridNewItemParams?)

Called after IPropertyGridItem created.

protected virtual void OnPropertyCreated(IPropertyGridItem item, IPropertyGridNewItemParams? prm)

Parameters

item IPropertyGridItem

Property item.

prm IPropertyGridNewItemParams

Property item create parameters.