Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference

 

ULInfoMessageEventHandler delegate

Represents the method that will handle the ULConnection.InfoMessage event.

Syntax
Visual Basic

Public Delegate Sub ULInfoMessageEventHandler( _
   ByVal obj As Object, _
   ByVal args As ULInfoMessageEventArgs _
)
C#

public delegate void ULInfoMessageEventHandler(
   object obj,
   ULInfoMessageEventArgs args
);
See also