IAggregatableDependentAdvice<T> Methods |
The IAggregatableDependentAdvice<T> generic type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Disposes the current advice. // We don't use IDisposable so that advises are not be cast to IDisposable by default.
(Inherited from IDynamicAdvice.) | |
Initialize |
Initializes the current advice.
(Inherited from IDynamicAdvice.) | |
OnChildAttached |
Method invoked when a child is attached to the parent.
| |
OnChildDetached |
Method invoked when a child is detached from the parent.
| |
OnParentChanged |
Method invoked when the parent changes.
| |
QueryInterface<T> |
Gets the implementation of an interface.
(Inherited from IDynamicAdvice.) |