'Declaration
Public Overrides Function PerformUndoAction( _
ByVal As Object _
) As Boolean
'使用法
Dim instance As DeleteUndoAction
Dim sender As Object
Dim value As Boolean
value = instance.PerformUndoAction(sender)
パラメータ
- sender
- 送信元。
戻り値の型
成功した場合はTrue、それ以外の場合はFalse