PostSharp//API Reference/Post­Sharp.​Patterns.​Model/IAggregatable/Ancestor­Changed
Open sandboxFocus

Event AncestorChanged

Occurs when any ancestor changes. An ancestor is the parent of the current object or the parent of an ancestor of the current object.

Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation.dll
Syntax
event EventHandler<AncestorChangedEventArgs> AncestorChanged
Returns
Type Description
EventHandler<AncestorChangedEventArgs>