'Declaration Public Overridable Sub PerformAction( _ ByVal sender As Object _ )
'Declaration
Public Overridable Sub PerformAction( _ ByVal sender As Object _ )
'Usage Dim instance As RowMoveUndoAction Dim sender As Object instance.PerformAction(sender)
'Usage
Dim instance As RowMoveUndoAction Dim sender As Object instance.PerformAction(sender)
public virtual void PerformAction( object sender )
RowMoveUndoAction Class RowMoveUndoAction Members