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


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

パラメータ

sender
イベントのソース
e
イベントデータ
解説
イベントの詳細については、FpSpread ClipboardPastingイベントを参照してください。
参照

ClipboardPastingEventHandler メンバ
FarPoint.Win.Spread 名前空間
ClipboardPastingEventArgs クラス
ClipboardPasting イベント

 

 


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