Collection Contents Index UnusedEvent event Next PDF

UltraLiteŽ - .NET Programming
  iAnywhere.Data.UltraLite namespace (.NET 1.0)
ULConnectionParms.UnusedEventHandler delegate


UL Ext.: Unused.

Prototypes

' Visual Basic

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

// C#

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

Parameters
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.


Collection Contents Index UnusedEvent event Next PDF