GoXam for WPF v3
OnMemberAdded Method
Northwoods.GoXam Namespace > PartManager Class : OnMemberAdded Method
a Group
a Part that has been added to the group
Called after a part is added to a group node's members.
Syntax
protected virtual void OnMemberAdded( 
   Node group,
   Part part
)

Parameters

group
a Group
part
a Part that has been added to the group
Remarks

This is called by OnModelChanged. Adding a member to a group will request a new automatic layout.

The implementation of this method should not modify the model. This method cannot and should not prevent or alter the membership of the part in the group.

See Also

Reference

PartManager Class
PartManager Members