C# Class EventListenTerm, NanoGUI

显示文件 Open project: hxflyer/NanoGUI

Public Properties

Property Type Description
eventType string
function EventDispatcher.CallBack

Public Methods

Method Description
EventListenTerm ( string type, EventDispatcher, func ) : System.Collections

Method Details

EventListenTerm() public method

public EventListenTerm ( string type, EventDispatcher, func ) : System.Collections
type string
func EventDispatcher,
return System.Collections

Property Details

eventType public_oe property

public string eventType
return string

function public_oe property

public EventDispatcher.CallBack function
return EventDispatcher.CallBack