XenAdmin.Wizards.ImportWizard.ImportEulaPage.PageLoaded C# (CSharp) Method

PageLoaded() public method

public PageLoaded ( PageLoadedDirection direction ) : void
direction PageLoadedDirection
return void
        public override void PageLoaded(PageLoadedDirection direction)
        {
            base.PageLoaded(direction);//call first so the page gets populated
            CheckEulaAccepted();
        }