protected override void Remove()
 {
     Boundary.NoExceptions(a: () => Automation.AutomationClass.RemoveFocusChangedEventHandler(handler: this));
 }
 protected override void Remove()
 {
     Boundary.NoExceptions(a: () => Automation.AutomationClass.RemoveStructureChangedEventHandler(element: this._uiAutomationElement, handler: this));
 }
Ejemplo n.º 3
0
 protected override void Remove()
 {
     Boundary.NoExceptions(a: () => Automation.AutomationClass.RemoveAutomationEventHandler(eventId: this._eventId, element: this._uiAutomationElement, handler: this));
 }