C# Class CSLE.DeleEvent

Show file Open project: lightszero/cslightcore Class Usage Examples

Public Properties

Property Type Description
_event System.Reflection.EventInfo
source object

Public Methods

Method Description
DeleEvent ( object source, System _event ) : System

Method Details

DeleEvent() public method

public DeleEvent ( object source, System _event ) : System
source object
_event System
return System

Property Details

_event public property

public System.Reflection.EventInfo _event
return System.Reflection.EventInfo

source public property

public object source
return object