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 » ULConnectionParms class

ToString method Next Page

UnusedEvent event


Unused.

Syntax

Visual Basic

Public Event UnusedEvent As ULConnectionParms.UnusedEventHandler

C#

public event ULConnectionParms.UnusedEventHandler UnusedEvent ;

Remarks

This public Event 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.

See also