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