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

Parameters

group
a Group
part
a Part that has been removed from the group
Remarks

This is called by OnModelChanged. Removing a member from 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