Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Brunet
Concurrent
FireOnceEvent
C# Class Brunet.Concurrent.FireOnceEvent
Mostrar archivo
Open project: pstjuste/brunet
Class Usage Examples
Public Methods
Method
Description
Add
(
EventHandler
eh
) :
void
Fire
(
object
o
,
System
args
) :
bool
FireOnceEvent
( ) :
System
Remove
(
EventHandler
eh
) :
void
Private Methods
Method
Description
Test0
( ) :
void
Method Details
Add()
public
method
public
Add
(
EventHandler
eh
) :
void
eh
EventHandler
return
void
Fire()
public
method
public
Fire
(
object
o
,
System
args
) :
bool
o
object
args
System
return
bool
FireOnceEvent()
public
method
public
FireOnceEvent
( ) :
System
return
System
Remove()
public
method
public
Remove
(
EventHandler
eh
) :
void
eh
EventHandler
return
void