Click or drag to resize

IPropertyHierarchyView Events

The IPropertyHierarchyView type exposes the following members.

Events
 NameDescription
Public eventAddNewBasicProperty Occurs when the user wants to create a new basic property (string, double, int, DateTime) with a user defined name.
Public eventItemEditing Occurs when the selected item should be edited.
Public eventItemRemoving Occurs when the user wants to remove the selected property values.
Public eventPropertyCreation Occurs when the user double-clicks on an available property key in order to create a new property value.
Public eventShowAllPropertiesChanged Occurs when the user wants to change the view. If the argument is true, all properties (including the inherited properties) should be shown, otherwise only the properties of the topmost bag.
Top
See Also