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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス

 

ULConnectionParms.UnusedEventHandler デリゲート

UL 拡張:使われていません。

構文
Visual Basic
Public Delegate Sub ULConnectionParms.UnusedEventHandler( _
   ByVal sender As Object, _
   ByVal args As EventArgs _
)
C#
public delegate void ULConnectionParms.UnusedEventHandler(
   object sender,
   EventArgs args
);
備考

この public Delegate は、Visual Basic .NET プロジェクトでこのクラスを組み込む場合の Visual Studio .NET のバグを修正するために用意されています。実用的な用途はありません。