FlavoredProjectBase.OnAggregationComplete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is called when all object in aggregation have received InitializeForOuter calls. At this point the aggregation is complete and fully functional.
protected:
virtual void OnAggregationComplete();
protected:
virtual void OnAggregationComplete();
virtual void OnAggregationComplete();
protected virtual void OnAggregationComplete ();
abstract member OnAggregationComplete : unit -> unit
override this.OnAggregationComplete : unit -> unit
Protected Overridable Sub OnAggregationComplete ()