ZForge.Controls.Wizard.PageCollection.OnInsertComplete C# (CSharp) 메소드

OnInsertComplete() 보호된 메소드

Propgate when a external designer modifies the pages
protected OnInsertComplete ( int index, object value ) : void
index int
value object
리턴 void
        protected override void OnInsertComplete(int index, object value)
        {
            base.OnInsertComplete (index, value);
            //Showthe page added
            vParent.PageIndex = index;
        }