C# Class AtspiUiaSource.GridEventHandler

Inheritance: ISourceEventHandler
Datei anzeigen Open project: mono/uia2atk

Public Methods

Method Description
GridEventHandler ( Element element ) : Atspi
Terminate ( ) : void

Private Methods

Method Description
OnColumnDeleted ( Accessible sender, int row, int nDeleted ) : void
OnColumnInserted ( Accessible sender, int row, int nInserted ) : void
OnRowDeleted ( Accessible sender, int row, int nDeleted ) : void
OnRowInserted ( Accessible sender, int row, int nInserted ) : void

Method Details

GridEventHandler() public method

public GridEventHandler ( Element element ) : Atspi
element Element
return Atspi

Terminate() public method

public Terminate ( ) : void
return void