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