Open sandboxFocus

Method Unadvise

Unadvise(object)

Removes the Aggregatable advise from an object.

Declaration
public static bool Unadvise(object obj)
Parameters
Type Name Description
object obj

An AdvisableCollection<T> or AdvisableDictionary<TKey, TValue>,

Returns
Type Description
bool

true if the impl was removed from obj, false if obj did not have the Aggregatable impl.