public delegate void CreateButtonEventHandler( object sender, CreateButtonEventArgs e )
'Declaration Public Delegate Sub CreateButtonEventHandler( _ ByVal sender As Object, _ ByVal e As CreateButtonEventArgs _ )
'Declaration
Public Delegate Sub CreateButtonEventHandler( _ ByVal sender As Object, _ ByVal e As CreateButtonEventArgs _ )
イベントハンドラデリゲートの詳細については、Microsoft .NET Framework開発者ガイドの「イベントとデリゲート」を参照してください。
デリゲートの概要については、Microsoft C#プログラマーズリファレンスの「デリゲートのチュートリアル」を参照してください。
CreateButtonEventHandler メンバ FarPoint.Web.Spread 名前空間 CreateButton イベント
© MESCIUS inc. All rights reserved.