C# Class AtspiUiaSource.SelectionEventHandler

Inheritance: ISourceEventHandler
Mostrar archivo Open project: mono/uia2atk

Public Methods

Method Description
SelectionEventHandler ( Element element, SelectionSource source ) : Atspi
Terminate ( ) : void

Private Methods

Method Description
OnSelectionChanged ( Accessible sender ) : void

Method Details

SelectionEventHandler() public method

public SelectionEventHandler ( Element element, SelectionSource source ) : Atspi
element Element
source SelectionSource
return Atspi

Terminate() public method

public Terminate ( ) : void
return void