Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
EventData
C# Class EventData, code
Datei anzeigen
Open project: shendongnian/code
Class Usage Examples
Public Methods
Method
Description
Dispatch
(
_data
) :
void
Subscribe
(
Action
_actor
) :
void
Unsubscribe
(
Action
_actor
) :
void
Method Details
Dispatch()
public
method
public
Dispatch
(
_data
) :
void
return
void
Subscribe()
public
method
public
Subscribe
(
Action
_actor
) :
void
_actor
Action
return
void
Unsubscribe()
public
method
public
Unsubscribe
(
Action
_actor
) :
void
_actor
Action
return
void