Unused.
' 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
);
sender Object that is the sender
args Event arguments
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.
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.