Axiom.Components.Paging.PageContent.NotifyAttached C# (CSharp) Méthode

NotifyAttached() public méthode

Internal method to notify a page that it is attached
public NotifyAttached ( Axiom.Components.Paging.PageContentCollection parent ) : void
parent Axiom.Components.Paging.PageContentCollection
Résultat void
        public virtual void NotifyAttached(PageContentCollection parent)
        {
            mParent = parent;
        }
        /// <summary>