'Declaration Public Delegate Sub AdvanceEventHandler( _ ByVal sender As Object, _ ByVal e As EventArgs _ )
'Declaration
Public Delegate Sub AdvanceEventHandler( _ ByVal sender As Object, _ ByVal e As EventArgs _ )
'使用法 Dim instance As New AdvanceEventHandler(AddressOf HandlerMethod)
'使用法
Dim instance As New AdvanceEventHandler(AddressOf HandlerMethod)
public delegate void AdvanceEventHandler( object sender, EventArgs e )
AdvanceEventHandler メンバ FarPoint.Win.SuperEdit 名前空間 Advance イベント
© 2004-2018, GrapeCity Inc. All rights reserved.