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

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

UnusedEvent event Next Page

ULConnectionParms.UnusedEventHandler delegate


UL Ext.: Unused.

Syntax

Visual Basic

Public Delegate Sub ULConnectionParms.UnusedEventHandler( _
ByVal sender As Object, _
ByVal args As EventArgs _
)

C#

public delegate void ULConnectionParms.UnusedEventHandler(
object sender,
EventArgs args
);

Remarks

This public Delegate is provided to fix a Visual Studio .NET bug relating to the integration of this class in Visual Basic .NET projects. It has no functional use.