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

SQL Anywhere 11.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULConnectionParms class

 

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