C# Class AtspiUiaSource.GridEventHandler

Inheritance: ISourceEventHandler
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
GridEventHandler ( Element element ) : Atspi
Terminate ( ) : void

Private Methods

Méthode 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 méthode

public GridEventHandler ( Element element ) : Atspi
element Element
Résultat Atspi

Terminate() public méthode

public Terminate ( ) : void
Résultat void