Remove

BehaviorCollection.Remove method

Removes specified behavior from a collection.

public bool Remove(IBehavior item)
ParameterTypeDescription
itemIBehaviorBehavior to remove.

See Also