public delegate void SortingEventHandler( object sender, SortingEventArgs e )
'Declaration Public Delegate Sub SortingEventHandler( _ ByVal sender As Object, _ ByVal e As SortingEventArgs _ )
'Declaration
Public Delegate Sub SortingEventHandler( _ ByVal sender As Object, _ ByVal e As SortingEventArgs _ )
'使用法 Dim instance As New SortingEventHandler(AddressOf HandlerMethod)
'使用法
Dim instance As New SortingEventHandler(AddressOf HandlerMethod)
SortingEventHandler メンバ FarPoint.Win.Spread 名前空間
Copyright © 2004 GrapeCity inc.