C# Class UiaAtkBridge.TopLevelRootItem

Inheritance: ParentAdapter
Mostrar archivo Open project: mono/uia2atk

Public Methods

Method Description
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void

Private Methods

Method Description
AddOneChild ( Atk child ) : void
CheckAndHandleNewActiveWindow ( UiaAtkBridge newWin ) : void
CheckAndHandleNewActiveWindow ( UiaAtkBridge oldWin, UiaAtkBridge newWin ) : void
TopLevelRootItem ( ) : System
WindowDeactivated ( Window win ) : void

Method Details

RaiseAutomationEvent() public method

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
return void

RaiseStructureChangedEvent() public method

public RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
provider object
e System.Windows.Automation.StructureChangedEventArgs
return void