Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
UIAComWrapperTests
EventHandlerBase
C# Class UIAComWrapperTests.EventHandlerBase
Exibir arquivo
Open project: geeksree/cSharpGeeks
Public Methods
Method
Description
Confirm
( ) :
bool
EventHandlerBase
( ) :
System
Start
( ) :
void
Protected Methods
Method
Description
OnMatchingEvent
(
AutomationElement
sender
) :
void
Method Details
Confirm()
public
method
public
Confirm
( ) :
bool
return
bool
EventHandlerBase()
public
method
public
EventHandlerBase
( ) :
System
return
System
OnMatchingEvent()
protected
method
protected
OnMatchingEvent
(
AutomationElement
sender
) :
void
sender
System.Windows.Automation.AutomationElement
return
void
Start()
public
method
public
Start
( ) :
void
return
void