C# Class Scorpio.Userdata.BridgeEventInfo

Afficher le fichier Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
eventInfo System.Reflection.EventInfo
target object

Méthodes publiques

Méthode Description
BridgeEventInfo ( object target, EventInfo eventInfo ) : System

Method Details

BridgeEventInfo() public méthode

public BridgeEventInfo ( object target, EventInfo eventInfo ) : System
target object
eventInfo System.Reflection.EventInfo
Résultat System

Property Details

eventInfo public_oe property

public EventInfo,System.Reflection eventInfo
Résultat System.Reflection.EventInfo

target public_oe property

public object target
Résultat object