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 オブジェクト。