PowerTools SPREAD for Windows Forms 8.0J
ActionComplete イベント (UndoRedoManager)


アンドゥまたはリドゥアクションが完了したときに発生します。
構文
'Declaration
 
Public Event ActionComplete As UndoRedoEventHandler
'使用法
 
Dim instance As UndoRedoManager
Dim handler As UndoRedoEventHandler
 
AddHandler instance.ActionComplete, handler
public event UndoRedoEventHandler ActionComplete
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、UndoRedoEventArgs 型の引数を受け取りました。次の UndoRedoEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ説明
Action完了したアンドゥアクションを取得します。  
参照

UndoRedoManager クラス
UndoRedoManager メンバ

 

 


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