public override void Init()
        {
            IUIAutomation uia = this.IUIAutomation;

            if (uia != null)
            {
                uia.AddPropertyChangedEventHandler(this.Element, this.Scope, null, this, this.propertyArray);
                this.IsHooked = true;
            }
        }