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 |
|