Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

DatabaseNameParms.UnusedEventHandler delegate


Unused.

Prototypes 

' Visual Basic
 Delegate Sub DatabaseNameParms.UnusedEventHandler( _
   ByVal sender As Object, _
   ByVal args As System.EventArgs _
)

// C#
 delegate void DatabaseNameParms.UnusedEventHandler(
   object sender,
   System.EventArgs args
);

Parameters 
Remarks 

This public Delegate is added 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 Previous Next PDF