'Declaration Public Overrides Function PerformUndoAction( _ ByVal sender As Object _ ) As Boolean
'Declaration
Public Overrides Function PerformUndoAction( _ ByVal sender As Object _ ) As Boolean
'使用法 Dim instance As ChildChangeUndoAction Dim sender As Object Dim value As Boolean value = instance.PerformUndoAction(sender)
'使用法
Dim instance As ChildChangeUndoAction Dim sender As Object Dim value As Boolean value = instance.PerformUndoAction(sender)
public override bool PerformUndoAction( object sender )
ChildChangeUndoAction クラス ChildChangeUndoAction メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.