Remove

IBehaviorCollection.Remove method

Removes specified behavior from a collection.

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

Return Value

True if a behavior removed successfully Boolean

See Also