Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
表示用于处理 ULConnection.InfoMessage 事件的方法。
Public Delegate Sub ULInfoMessageEventHandler( ByVal obj As Object, ByVal args As ULInfoMessageEventArgs )
public delegate void ULInfoMessageEventHandler( object obj, ULInfoMessageEventArgs args );
obj 发送事件的连接。
args 包含事件数据的 ULInfoMessageEventArgs 对象。