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