C# Class WebWeChat.Im.Event.WeChatNotifyEvent

Inheritance: System.EventArgs
Mostrar archivo Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
CreateEvent ( WeChatNotifyEventType type, object target = null ) : WeChatNotifyEvent
ToString ( ) : string

Private Methods

Method Description
WeChatNotifyEvent ( WeChatNotifyEventType type, object target = null ) : FxUtility.Extensions

Method Details

CreateEvent() public static method

public static CreateEvent ( WeChatNotifyEventType type, object target = null ) : WeChatNotifyEvent
type WeChatNotifyEventType
target object
return WeChatNotifyEvent

ToString() public method

public ToString ( ) : string
return string