PowerTools SPREAD for Windows Forms 8.0J
TextPastedEventHandler デリゲート


イベントのソース
イベントデータ
TextPastedイベントを処理するメソッドを表します。
構文
'Declaration
 
Public Delegate Sub TextPastedEventHandler( _
   ByVal sender As Object, _
   ByVal e As CancelEventArgs _
) 
'使用法
 
Dim instance As New TextPastedEventHandler(AddressOf HandlerMethod)
public delegate void TextPastedEventHandler( 
   object sender,
   CancelEventArgs e
)

パラメータ

sender
イベントのソース
e
イベントデータ
参照

TextPastedEventHandler メンバ
FarPoint.Win.SuperEdit 名前空間

 

 


© 2004-2015, GrapeCity inc. All rights reserved.