/// <summary> /// Initialize a new instance of the KryptonPageActionList class. /// </summary> /// <param name="owner">Designer that owns this action list instance.</param> public KryptonPageActionList(KryptonPageDesigner owner) : base(owner.Component) { // Remember designer and actual component instance being designed _page = (KryptonPage)owner.Component; // Cache service used to notify when a property has changed _serviceComponentChange = (IComponentChangeService)GetService(typeof(IComponentChangeService)); }